-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
When importing the following error is raised:
In [1]: import plumed
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
<ipython-input-1-b42e03faef08> in <module>
----> 1 import plumed
~/Workbench/PlumedWrapper/plumed/__init__.py in <module>
3 import numpy as np
4
----> 5 from plumed.io.parsers import \
6 read_colvar, \
7 read_wham, \
~/Workbench/PlumedWrapper/plumed/io/parsers/__init__.py in <module>
1
----> 2 from read_wham import read_wham
3 from read_colvar import read_colvar
4 from read_fes import read_fes
5 from read_hills import read_hills
ModuleNotFoundError: No module named 'read_wham'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels