pymatgen icon indicating copy to clipboard operation
pymatgen copied to clipboard

conda-forge version is incompatible with python 3.12

Open rkingsbury opened this issue 1 year ago • 0 comments

The conda-forge version of pymatgen is currently not compatible with python 3.12, even though this version is supported by pymatgen in general.

Is it possible to update the conda build to track the latest github / pip releases?

Could not solve for environment specs
The following packages are incompatible
├─ pymatgen   is installable with the potential options
│  ├─ pymatgen [2019.10.16|2019.10.3|...|2020.3.2] would require
│  │  └─ python >=3.6,<3.7.0a0 , which can be installed;
│  ├─ pymatgen [2019.10.16|2019.10.3|...|2020.3.2] would require
│  │  └─ python >=3.7,<3.8.0a0 , which can be installed;
│  ├─ pymatgen [2019.11.11|2019.12.22|...|2020.3.2] would require
│  │  └─ python >=3.8,<3.9.0a0 , which can be installed;
│  ├─ pymatgen [2020.10.20|2020.10.9|...|2021.2.8.1] would require
│  │  ├─ python >=3.6,<3.7.0a0 , which can be installed;
│  │  └─ python_abi 3.6.* *_cp36m, which can be installed;
│  ├─ pymatgen [2020.10.20|2020.10.9|...|2022.1.7] would require
│  │  ├─ python >=3.7,<3.8.0a0 , which can be installed;
│  │  └─ python_abi 3.7.* *_cp37m, which can be installed;
│  ├─ pymatgen [2020.10.20|2020.10.9|...|2023.8.10] would require
│  │  ├─ python >=3.8,<3.9.0a0 , which can be installed;
│  │  └─ python_abi 3.8.* *_cp38, which can be installed;
│  ├─ pymatgen [2020.10.20|2020.11.11|...|2023.9.25] would require
│  │  ├─ python >=3.9,<3.10.0a0 , which can be installed;
│  │  └─ python_abi 3.9.* *_cp39, which can be installed;
│  ├─ pymatgen [2022.0.16|2022.0.17|...|2023.9.25] would require
│  │  ├─ python >=3.10,<3.11.0a0 , which can be installed;
│  │  └─ python_abi 3.10.* *_cp310, which can be installed;
│  └─ pymatgen [2022.11.7|2023.05.31|...|2023.9.25] would require
│     ├─ python >=3.11,<3.12.0a0 , which can be installed;
│     └─ python_abi 3.11.* *_cp311, which can be installed;
└─ python 3.12**  is uninstallable because there are no viable options
   ├─ python 3.12.0 conflicts with any installable versions previously reported;
   ├─ python 3.12.0 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).

rkingsbury avatar Dec 14 '23 16:12 rkingsbury