-
I was running
This confused me because I had just run this step yesterday without problem. I tried creating a new development environment and running again:
In a new terminal tab, I ran:
That was successful, so I returned to the previous terminal tab (since I needed the development environment, not Unified, to run the next step):
Note I ran the latter command yesterday with no problem. So... what happened? Why can Python suddenly not find certain modules I was using yesterday? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@tomvothecoder @xylar Do you see anything obviously wrong? Am I missing some step I normally do??? I'm following the testing directions at https://github.com/E3SM-Project/zppy/blob/main/tests/integration/generated/directions_chrysalis.md and the dev-environment directions from https://e3sm-project.github.io/zppy/_build/html/main/getting_started.html#b-development-environment |
Beta Was this translation helpful? Give feedback.
-
@forsyth2, if you loaded a different conda environment, a batch submission might remember that. So it's basically best to login fresh if something like this happens, as you discovered. |
Beta Was this translation helpful? Give feedback.
@tomvothecoder @xylar Do you see anything obviously wrong? Am I missing some step I normally do??? I'm following the testing directions at https://github.com/E3SM-Project/zppy/blob/main/tests/integration/generated/directions_chrysalis.md and the dev-environment directions from https://e3sm-project.github.io/zppy/_build/html/main/getting_started.html#b-development-environment