Python env on PUMA2 missing YAML parser

Using the new workflow, i.e. cylc vip to run a rose stem test with the github repositories is tricky because the scripts include “import yaml”. I have run a python3 console (version 3.6.15) on archer2 logins and can import yaml , but the same is not true for PUMA2 even though the pyhthon3 is more up to date 3.11.13.

Do I need to load a special python env for running rose stem with the git repos?

Previous rose stem would process dependencies.sh ; but now that file is a YAML file dependencies.yaml.

Cheers,

Mark

module load cray-python

should be ok.

I have a diff with my branch here:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.