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
Hello, getting below error in first cell when loading packages. !pip install parmed in a separate cell will return that the package is already installed, but I'm not sure if its in the right place etc.
ModuleNotFoundError Traceback (most recent call last) in <cell line: 30>()
28 #load dependencies
29 sys.path.append('/usr/local/lib/python3.7/site-packages/')
---> 30 import parmed as pmd
31 from biopandas.pdb import PandasPdb
32 import os
ModuleNotFoundError: No module named 'parmed'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
The text was updated successfully, but these errors were encountered:
Hello, getting below error in first cell when loading packages. !pip install parmed in a separate cell will return that the package is already installed, but I'm not sure if its in the right place etc.
ModuleNotFoundError Traceback (most recent call last)
in <cell line: 30>()
28 #load dependencies
29 sys.path.append('/usr/local/lib/python3.7/site-packages/')
---> 30 import parmed as pmd
31 from biopandas.pdb import PandasPdb
32 import os
ModuleNotFoundError: No module named 'parmed'
NOTE: If your import is failing due to a missing package, you can
manually install dependencies using either !pip or !apt.
To view examples of installing some common dependencies, click the
"Open Examples" button below.
The text was updated successfully, but these errors were encountered: