Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parmed package #2

Open
wwchen256 opened this issue Feb 29, 2024 · 2 comments
Open

Parmed package #2

wwchen256 opened this issue Feb 29, 2024 · 2 comments

Comments

@wwchen256
Copy link

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.

@pablo-arantes
Copy link
Owner

Hi,

Thank you for letting me know abou the issue. Which notebook are you using? I will check and back to you.

Best,

Pablo

@wwchen256
Copy link
Author

wwchen256 commented Feb 29, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants