Skip to content

Error importing plumed #1

@felipeZ

Description

@felipeZ

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions