-
Notifications
You must be signed in to change notification settings - Fork 9
Description
Ive tried to run Fengs script standalone, with an environment from the yml file.
I get the error below. So, you need the retry package, which Ive put in the environment file. And will retry....
Platform not recognized, using system temp directory for PCSE settings.
Platform not recognized, using system temp directory for PCSE settings.
Building PCSE demo database at: /var/folders/qk/t8kmgc253rg566r5qy3wrq9w0000gn/T/.pcse/pcse.db ... OK
ModuleNotFoundError Traceback (most recent call last)
File ~/Documents/GitHub/Workshop2022/notebooks/create_map.py:21, in
19 from map_utils import get_lai_gif, get_pixel, get_field_bounds, da_pix, get_lai_color_bar
20 from map_utils import debounce
---> 21 from wofost_utils import create_ensemble, wofost_parameter_sweep_func, get_era5_gee
22 from wofost_utils import ensemble_assimilation
24 from ipywidgets import Image as ImageWidget
File ~/Documents/GitHub/Workshop2022/notebooks/./python/wofost_utils.py:35, in
33 import pip
34 import shutil
---> 35 from retry import retry
37 try:
38 ee.Initialize(opt_url="https://earthengine-highvolume.googleapis.com/")
ModuleNotFoundError: No module named 'retry'