-
When I run “dpgen init_bulk ch4.json" for the examples of source code , the following error occurs. How do I fix this ? Thank you for your advice! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
I alseo has the same error |
Beta Was this translation helpful? Give feedback.
-
@HuangJiameng Could you please take a look? It looks like something is not compatible to the latest pymatgen. |
Beta Was this translation helpful? Give feedback.
-
I have reproduced the problem and found that although the POSCAR is available, the latest |
Beta Was this translation helpful? Give feedback.
-
pip uninstall pymatgen |
Beta Was this translation helpful? Give feedback.
pip uninstall pymatgen
pip3 install pymatgen==2022.10.20
after install,You should look for dependency issues,Follow the prompts to download the appropriate version of pymatgen.
this all