-
I am a begineer to machine learning and pymatgen. I am trying to use the analysis feature on pymatgen but I keep getting an Import error. Below is the code I am using. I have found out there are numerous subpackages that contain analysis. I am struggling to download these packages, is there a way to download packages for analysis? from pymatgen.analysis.adsorption import plot_slab |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Your import from pymatgen.analysis.adsorption import plot_slab should work if pymatgen was installed correctly. You'll probably have to post more details to get help. How did you install pymatgen ( |
Beta Was this translation helpful? Give feedback.
Your import
should work if pymatgen was installed correctly.
You'll probably have to post more details to get help. How did you install pymatgen (
pip install pymatgen
)? What's the error message?