Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to python3.12 blocked #828

Open
treerink opened this issue Sep 11, 2024 · 0 comments
Open

Upgrade to python3.12 blocked #828

treerink opened this issue Sep 11, 2024 · 0 comments
Assignees
Labels
dependencies Pull requests that update a dependency file tm5

Comments

@treerink
Copy link
Collaborator

Currently the dependencies of the used packages by ece2cmor3 prevent the use of python3.12 (currently 3.12.5).

With:

mamba install python=3.12

It appears that (at least) the pyngl package causes this blocking because this package lacks further support:

mamba install python=3.12

Looking for: ['python=3.12']

conda-forge/linux-64                                        Using cache
conda-forge/noarch                                          Using cache
Could not solve for environment specs
The following packages are incompatible
├─ pyngl is installable with the potential options
│  ├─ pyngl 1.6.1 would require
│  │  └─ python_abi 3.11.* *_cp311, which can be installed;
│  ├─ pyngl [1.5.0|1.5.0_beta20161122|1.6.0|1.6.1] would require
│  │  └─ python [2.7* |>=2.7,<2.8.0a0 ], which can be installed;
│  ├─ pyngl [1.6.0|1.6.1] would require
│  │  └─ python >=3.5,<3.6.0a0 , which can be installed;
│  ├─ pyngl [1.6.0|1.6.1] would require
│  │  └─ python >=3.6,<3.7.0a0 , which can be installed;
│  ├─ pyngl 1.6.1 would require
│  │  └─ python_abi 3.10.* *_cp310, which can be installed;
│  ├─ pyngl 1.6.1 would require
│  │  └─ python >=3.7,<3.8.0a0 , which can be installed;
│  ├─ pyngl 1.6.1 would require
│  │  └─ python_abi 3.7.* *_cp37m, which can be installed;
│  ├─ pyngl 1.6.1 would require
│  │  └─ python >=3.8,<3.9.0a0 , which can be installed;
│  ├─ pyngl 1.6.1 would require
│  │  └─ python_abi 3.8.* *_cp38, which can be installed;
│  └─ pyngl 1.6.1 would require
│     └─ python_abi 3.9.* *_cp39, which can be installed;
└─ python 3.12**  is not installable because there are no viable options
   ├─ python [3.12.0|3.12.1|...|3.12.5] would require
   │  └─ python_abi 3.12.* *_cp312, which conflicts with any installable versions previously reported;
   └─ python 3.12.0rc3 would require
      └─ _python_rc, which does not exist (perhaps a missing channel).

This was already for seen in #731. And indeed it looks like that the interpolation from models level to pressure levels must be able to implement without using the pyngl package. And this interpolation is really the only thing which is used from the pyngl package.

@treerink treerink added tm5 dependencies Pull requests that update a dependency file labels Sep 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file tm5
Projects
None yet
Development

No branches or pull requests

2 participants