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

ValueError: Unexpected atomic number Z=119 #434

Closed
zakidotai opened this issue Feb 14, 2024 · 2 comments
Closed

ValueError: Unexpected atomic number Z=119 #434

zakidotai opened this issue Feb 14, 2024 · 2 comments

Comments

@zakidotai
Copy link

zakidotai commented Feb 14, 2024

Hi,
When I run the following command,
from robocrys import StructureCondenser, StructureDescriber
I am getting the following error
File "/home/m3rg2000/miniconda3/envs/my_pymatgen/lib/python3.12/site-packages/pymatgen/core/periodic_table.py", line 526, in from_Z raise ValueError(f"Unexpected atomic number {Z=}") ValueError: Unexpected atomic number Z=119

I am using the following versions:
python==3.12.1
pymatgen==2024.2.8
robocrys==0.2.8

@JaGeo
Copy link

JaGeo commented Feb 14, 2024

It is related to an issue with matminer : hackingmaterials/matminer#924
Please downgrade to pymatgen version 2023.12.18.

@zakidotai
Copy link
Author

It is related to an issue with matminer : hackingmaterials/matminer#924 Please downgrade to pymatgen version 2023.12.18.

Thank you so much. I downgraded pymatgen's version to 2023.3.23 (as
mentioned in #433'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants