materialsvirtuallab / maml

Python for Materials Machine Learning, Materials Descriptors, Machine Learning Force Fields, Deep Learning, etc.
BSD 3-Clause "New" or "Revised" License
374 stars 79 forks source link

cannot import name 'NNPotential' from 'maml.apps.pes' #155

Closed Ruskinkot1 closed 3 years ago

Ruskinkot1 commented 3 years ago

Hello! I've got a problem at initials state while importing potentials from maml.apps.pes import NNPotential ImportError: cannot import name 'NNPotential' from 'maml.apps.pes' (//anaconda3/lib/python3.7/site-packages/maml/apps/pes/__init__.py)

The same thing with other potentials

Thanks in advance!

chc273 commented 3 years ago

Could you try a fresh installation from the GitHub repo? you can git clone the repo first and then use “python setup.py install” @Ruskinkot1