Module not found error #976
-
Dear developers, I am new to dpgen, I tried installing dpgen on my ubuntu machine with pip install dpgen and pulling from github, both worked without error ModuleNotFoundError: No module named 'pymatgen.analysis.defects' I have pymatgen 2022.9.21 installed, running "from pymatgen.analysis.defects.generators import InterstitialGenerator" also gives the same error. Any suggestions how I should get dpgen to work? Please let me know if more info is needed to solve the problem:) Many thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This problem has been reported, please follow #963. Before pr963 being merged, you can install pymatgen with version before 2022.7.19 to do autotest normally. |
Beta Was this translation helpful? Give feedback.
This problem has been reported, please follow #963. Before pr963 being merged, you can install pymatgen with version before 2022.7.19 to do autotest normally.