NOAA-EMC / graphcast

GraphCastGFS
https://graphcastgfs.readthedocs.io/en/latest/index.html
Apache License 2.0
17 stars 6 forks source link

running of gc_runfcst_hera.sh gave error : ModuleNotFoundError: No module named 'botocore' #43

Open TingLei-NOAA opened 2 months ago

TingLei-NOAA commented 2 months ago

Dear GFSGraphcast experts, It seems there are some problems with boto module: submitting gc_runfcst_hera.sh gave error message:

Traceback (most recent call last):
  File "/scratch2/NCEPDEV/fv3-cam/Ting.Lei/dr-emc-graphcast/graphcast/NCEP/run_graphcast.py", line 20, in <module>
    import boto3
  File "/scratch1/NCEPDEV/nems/AIML/miniconda3/envs/mlwp/lib/python3.10/site-packages/boto3/__init__.py", line 16, in <module>
    from boto3.compat import _warn_deprecated_python
  File "/scratch1/NCEPDEV/nems/AIML/miniconda3/envs/mlwp/lib/python3.10/site-packages/boto3/compat.py", line 19, in <module>
    from boto3.exceptions import PythonDeprecationWarning
  File "/scratch1/NCEPDEV/nems/AIML/miniconda3/envs/mlwp/lib/python3.10/site-packages/boto3/exceptions.py", line 15, in <module>
    import botocore.exceptions
ModuleNotFoundError: No module named 'botocore'
~

Thanks