help with debugging ModuleNotFound #463
Replies: 3 comments
-
@bitterbark The yaml versions in our _MDTF_base environments are identical, but I can't replicate your issue with my own environment. Are you running the blocking_neale POD through the framework, or just testing it independently? Is pyyaml also installed? Does the same issue occur if you run a test script in the _MDTF_base environment that just imports pyyaml and prints a line or does some other simple task?
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the ideas of what to check. They led me down the path to solve the problem: |
Beta Was this translation helpful? Give feedback.
-
@bitterbark Glad you were able to resolve the issue. I added pyyaml to the NCL_base environment file in the main branch. |
Beta Was this translation helpful? Give feedback.
-
I'm implementing the multirun capability into the blocking_neale pod, but failing to 'import yaml' in order to read the case_env_file. I can copy the conda activate line from my mdtf executable script and then do 'conda list' and see yaml there. Any more ideas on how to debug?
(First line of above output confirms the conda env path is what is being used).
Beta Was this translation helpful? Give feedback.
All reactions