Replies: 1 comment 7 replies
-
A workaround would be to clone the github repository and then make a tweak to stop nctoolkit from checking the CDO version. So
Then
You will then need to open nctoolkit/utils.py Then delete the line with validate_version() That's the line that checks which version of CDO is on the system, and it will throw an error if it's 2.0.4. Then
to install from source. nctoolkit will work fine for CDO versions 2.05 and above. It currently throws an error because of a couple of bugs in CDO 2.0.4 that were causing knock on bugs in nctoolkit. |
Beta Was this translation helpful? Give feedback.
7 replies
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.
-
Is there any workaround where I can use nctoolkit with cdo version 2.0.4.

Beta Was this translation helpful? Give feedback.
All reactions