Skip to content

Python error on cheyenne when using rocoto to run METplus #2173

Locked Answered by georgemccabe
briannen asked this question in Existing Builds
Discussion options

You must be logged in to vote

Hi @briannen, I confirmed that the module load command you sent do work, at least on a login node. Note that the metplus/5.0.1 file loads met/11.0.1, so you do not need to load MET explicitly. Both module files prepend the appropriate conda environment bin directory to the path, so the correct version of Python should be available when running METplus. I do not have experience running rocoto on cheyenne, so I can't speak to any differences in the environment that would result from running this way vs. the login node. You could try adding some commands after the module loads to verify the files that are in your path:

which python3
which run_metplus.py

One option to ensuring the correct ver…

Replies: 1 comment 7 replies

Comment options

You must be logged in to vote
7 replies
@briannen
Comment options

briannen May 15, 2023
Collaborator Author

@JohnHalleyGotway
Comment options

@georgemccabe
Comment options

Answer selected by briannen
@briannen
Comment options

briannen May 15, 2023
Collaborator Author

@georgemccabe
Comment options

@briannen
Comment options

briannen May 18, 2023
Collaborator Author

@georgemccabe
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment