Replies: 1 comment 3 replies
-
I use tobac (and iris) on Windows and macOS without issue; can you post the versions of the packages that you're using and your OS version so that I can try to debug? For the second issue, what version of Python are you using? Conda-forge has removed support for Python 3.7 and below, so if you're trying to install there, it will not let you install newer versions of packages. We recommend either updating your Python install or, alternatively, installing by cloning the repository and |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I installed tobac using conda, but when I run the case about "Example_input_OLR_model", I always get the following error:
...
UdunitsError: UT_OPEN_DEFAULT: b'No such file or directory'
...
UdunitsError: UT_OPEN_ARG: b'No such file or directory'
...
[UT_OPEN_ARG] Failed to open UDUNITS-2 XML unit database: "b'No such file or directory'"
I checked it and found that this may be related to IRIS package. And, in the website of IRIS, it said that "Iris is currently supported and tested against Python 3.10, 3.8 and 3.9 running on Linux. We do not currently actively test on other platforms such as Windows or macOS."
So I'm not sure if I have to use tobac on Linux system?
(And, after I run "conda install -c conda-forge tobac ", finally my tobac's version is only 1.3.3... If I run "conda update -c conda-forge tobac", many other packages, like matplotlib, will be superseded...)
Beta Was this translation helpful? Give feedback.
All reactions