ModuleNotFoundError: No module named 'eam_cime_py #6912
gourikadam
started this conversation in
E3SM model help
Replies: 2 comments 1 reply
-
I remember getting an error like that a long time ago. My memories are not great, but perhaps it had to do with conflicting python versions? I'm not sure. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I also don't think |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear team,
I am trying to generate a case u for short range weather forecast. For that I used F2010 compset and command
"create_newcase --case SR_FCAST --compset F2010 --res ne240_ne240 --mach param-shivay --compiler intel"
After that in the case directory while running ./case.setup , I am getting below mentioned error
" Calling /scratch/um_cdac2/met_models/CDACP_Int/E3SM/components/eam//cime_config/buildnml
^CTraceback (most recent call last):
File "/scratch/um_cdac2/met_models/CDACP_Int/E3SM/cime/CIME/utils.py", line 644, in import_and_run_sub_or_cmd
mod = importlib.import_module(f"{compname}_cime_py")
File "/opt/ohpc/pub/apps/anaconda3/envs/py38/lib/python3.8/importlib/init.py", line 127, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
File "", line 1014, in _gcd_import
File "", line 991, in _find_and_load
File "", line 973, in _find_and_load_unlocked
ModuleNotFoundError: No module named 'eam_cime_py'
"
I have tried to search eam_cime_py module but no success.
Please help in this.
Regards,
Gouri
Beta Was this translation helpful? Give feedback.
All reactions