Mule broken on EX (Gen1a) after latest scitools update #277
Leon (epitome76)
started this conversation in
Mule
Replies: 1 comment 1 reply
|
Hi, the default version of scitools changed yesterday which is why you're seeing this now. The latest versions of scitools-default-current and default-next use a python version that's incompatible with mule 2023.08.1. We're in the process of installing mule 2024.11.1 which works with the later python versions, so I'd suggest switching to using that. It's also worth considering explicitly loading a module version so you have a more stable environment. I'd suggest something like |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi, I use mule in a script and start with pre-script='module load scitools/default; module load um_tools; mule-version'. On EX this started failing yesterday. It still works with default-previous, so it must be something to do with scitools? The error is:
It seems to work on XC40, so it might be a EX specfic thing, let me know if this is better brought up with the porting people.
All reactions