Missing python modules for SCM tutorial #350
timsliwinski-noaa
started this conversation in
General
Replies: 2 comments 4 replies
-
@timsliwinski-noaa Sorry to hear you are running into trouble. |
Beta Was this translation helpful? Give feedback.
2 replies
-
@dustinswales Maybe y'all want to a conda |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For my most recent project, I'm needing to use the CCPP-SCM to test changes to the physics code. However, since I have little experience running the SCM before, I wanted to walk through the tutorial listed here: https://dtcenter.org/ccpp-scm-online-tutorial
I made it into exercise 1 and ran the preconfigured 6-suite multi-run on the twpice datasets with no issues. However, when I tried to generate the output plots, I got errors regarding missing modules:
Traceback (most recent call last):
File "/Users/tim.sliwinski/SCM/ccpp-scm/scm/run/./scm_analysis.py", line 11, in
from configobj import ConfigObj, flatten_errors
ModuleNotFoundError: No module named 'configobj'
I did a grep to search for the configobj module inside the entire repo, but it was not found.
Is the tutorial expected to still be functional or is it no longer supported?
Is there any way to get the necessary Python modules added back in to the repository to make the tutorial functional again?
Beta Was this translation helpful? Give feedback.
All reactions