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

Error when import Insty #2001

Open
groponp opened this issue Nov 23, 2024 · 1 comment
Open

Error when import Insty #2001

groponp opened this issue Nov 23, 2024 · 1 comment

Comments

@groponp
Copy link

groponp commented Nov 23, 2024

Dear all I'm trying use Insty, but getting error:

from prody import *
pdbfile = "coor_D2T28H7.pdb"
dcdfile = "traj_D2T28H7_noPBC.dcd" 

atoms = parsePDB(pdbfile)
dcd = Trajectory(dcdfile)

dcd.link(atoms) 
dcd.setCoords(atoms) 

And when I want use Interactions(), is given me the following error:

---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
Cell In[4], line 1
----> 1 Interactions() 

NameError: name 'Interactions' is not defined
@jamesmkrieger
Copy link
Contributor

You have to use the development version of prody from github. We haven't yet released v2.5 with InSty to PyPI and conda-forge

See #1932

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