Replies: 2 comments 4 replies
-
Did you source |
Beta Was this translation helpful? Give feedback.
4 replies
-
user reports success after switching to bash. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I tried to run experiment generator script "./setup_expt.py" on Orion and got the following errors.
It looks like about the module named 'yaml'. However, I do not find 'yaml' but 'yafyaml/0.5.1' is available.
After I loaded 'yafyaml/0.5.1', I got the same errors.
What else should I set up on Orion before running "setup_expt.py"?
==================
./setup_expt.py gfs forecast-only --pslot hr1TQ2m2022070400 --idate 2022070400 --edate 2022070400 --resdet 768 --gfs_cyc 1 --comrot /work/noaa/stmp/wzheng/HR2_test/COMROOT --expdir /work/noaa/stmp/wzheng/HR2_test/EXPDIR
Traceback (most recent call last):
File "/work/noaa/fv3-cam/wzheng/git/HR2/global-workflow/workflow/./setup_expt.py", line 13, in
from hosts import Host
File "/work/noaa/fv3-cam/wzheng/git/HR2/global-workflow/workflow/hosts.py", line 6, in
from wxflow import YAMLFile
File "/work/noaa/fv3-cam/wzheng/git/HR2/global-workflow/workflow/wxflow/init.py", line 3, in
from .yaml_file import YAMLFile, parse_yaml, parse_yamltmpl, parse_j2yaml, save_as_yaml, dump_as_yaml, vanilla_yaml
File "/work/noaa/fv3-cam/wzheng/git/HR2/global-workflow/workflow/wxflow/yaml_file.py", line 4, in
import yaml
ModuleNotFoundError: No module named 'yaml'
===============
Thanks,
Weizhong
Beta Was this translation helpful? Give feedback.
All reactions