-
Hi. I met a problem after the installation. The pip list suggests that I've installed the pymatgen 2020.8.9 sucessfully, but when I tried the basic code File ~.conda\envs\env\lib\site-packages\mp_api\client_init_.py:8 File ~.conda\envs\env\lib\site-packages\mp_api\client\mprester.py:11 File ~.conda\envs\env\lib\site-packages\emmet\core\electronic_structure.py:26 File ~.conda\envs\env\lib\site-packages\emmet\core\material_property.py:10 File ~.conda\envs\env\lib\site-packages\emmet\core\material.py:13 File ~.conda\envs\env\lib\site-packages\emmet\core\structure.py:13 File ~.conda\envs\env\lib\site-packages\emmet\core\symmetry.py:6 ImportError: cannot import name 'SymmetryUndeterminedError' from 'pymatgen.symmetry.analyzer' (C:\Users\brl1999.conda\envs\env\lib\site-packages\pymatgen\symmetry\analyzer.py)` |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Python 3.9 is not supported by pymatgen anymore. Please switch to Python 3.10 and repeat the installation. Thank you 😀. |
Beta Was this translation helpful? Give feedback.
-
I've run into a similar issue when installing @JaGeo It appears that @brl1999 If you need to use Python 3.9 for some reason, try |
Beta Was this translation helpful? Give feedback.
Python 3.9 is not supported by pymatgen anymore. Please switch to Python 3.10 and repeat the installation. Thank you 😀.