You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering error while importing MLFFErrorAnalysis.
"ImportError: cannot import name 'MLFFErrorAnalysis' from 'py4vasp' (c:\ProgramData\miniconda3\Lib\site-packages\py4vasp_init_.py)"
i am using is py4vasp through Miniconda. import py4vaspprint (py4vasp.__version__) is showing 0.7.4 that means it should import easily, right ?
The text was updated successfully, but these errors were encountered:
I am encountering error while importing MLFFErrorAnalysis.
"ImportError: cannot import name 'MLFFErrorAnalysis' from 'py4vasp' (c:\ProgramData\miniconda3\Lib\site-packages\py4vasp_init_.py)"
i am using is py4vasp through Miniconda.
import py4vasp
print (py4vasp.__version__)
is showing0.7.4
that means it should import easily, right ?The text was updated successfully, but these errors were encountered: