You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created the required env and installed the required dependencies.
However, as I run the gldas_download command I get this error:
Downloading data from 2019-05-23T00:00:00 to 2019-05-25T00:00:00 into folder C://Users//computop//Desktop//GLDAS.
Traceback (most recent call last):
File "C:\Users\computop\anaconda3\envs\gldas\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\computop\anaconda3\envs\gldas\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\computop\anaconda3\envs\gldas\Scripts\gldas_download.exe_main.py", line 7, in
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\gldas\download.py", line 353, in run
main(sys.argv[1:])
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\gldas\download.py", line 349, in main
recursive=True)
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\datedown\interface.py", line 68, in download_by_dt
download_fn(urls, fnames)
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\datedown\down.py", line 74, in download
p.map_async(dlfunc, zip(urls, targets)).get(9999999)
File "C:\Users\computop\anaconda3\envs\gldas\lib\multiprocessing\pool.py", line 651, in get
self.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\multiprocessing\pool.py", line 648, in wait
self._event.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\threading.py", line 552, in wait
signaled = self._cond.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\threading.py", line 300, in wait
gotit = waiter.acquire(True, timeout)
OverflowError: timeout value is too large
How could I resolve it?
The text was updated successfully, but these errors were encountered:
Hi ,
I have created the required env and installed the required dependencies.
However, as I run the gldas_download command I get this error:
Downloading data from 2019-05-23T00:00:00 to 2019-05-25T00:00:00 into folder C://Users//computop//Desktop//GLDAS.
Traceback (most recent call last):
File "C:\Users\computop\anaconda3\envs\gldas\lib\runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "C:\Users\computop\anaconda3\envs\gldas\lib\runpy.py", line 85, in run_code
exec(code, run_globals)
File "C:\Users\computop\anaconda3\envs\gldas\Scripts\gldas_download.exe_main.py", line 7, in
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\gldas\download.py", line 353, in run
main(sys.argv[1:])
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\gldas\download.py", line 349, in main
recursive=True)
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\datedown\interface.py", line 68, in download_by_dt
download_fn(urls, fnames)
File "C:\Users\computop\anaconda3\envs\gldas\lib\site-packages\datedown\down.py", line 74, in download
p.map_async(dlfunc, zip(urls, targets)).get(9999999)
File "C:\Users\computop\anaconda3\envs\gldas\lib\multiprocessing\pool.py", line 651, in get
self.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\multiprocessing\pool.py", line 648, in wait
self._event.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\threading.py", line 552, in wait
signaled = self._cond.wait(timeout)
File "C:\Users\computop\anaconda3\envs\gldas\lib\threading.py", line 300, in wait
gotit = waiter.acquire(True, timeout)
OverflowError: timeout value is too large
How could I resolve it?
The text was updated successfully, but these errors were encountered: