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

No module named 'simtk.openmm.app.topology' #160

Open
dotsdl opened this issue Nov 13, 2021 · 3 comments
Open

No module named 'simtk.openmm.app.topology' #160

dotsdl opened this issue Nov 13, 2021 · 3 comments

Comments

@dotsdl
Copy link
Member

dotsdl commented Nov 13, 2021

Observing the following in logs in dev environment:

Exception occurred extracting snapshot from /home/server/server2/projects/13456 data /home/server/server2/data/SVR916310614/PROJ13456 run 943 clone 29 gen 1
No module named 'simtk.openmm.app.topology'

I believe this is related to the use of simtk imports in mdtraj; created mdtraj/mdtraj#1695. May need to resolve to eliminate these, or find a way to avoid the issue.

@jchodera
Copy link
Member

With OpenMM 7.6, these imports should move to openmm.app.topology. We can update the imports in fah-xchem, but in codes like MDTraj that need to maintain backward compatibility, we should try both in a try..except. Any chance you could help with this?

@dotsdl
Copy link
Member Author

dotsdl commented Nov 13, 2021

Yes, I can take this on in mdtraj itself. It needs to happen anyway!

@dotsdl
Copy link
Member Author

dotsdl commented Nov 18, 2021

This may actually be due to perses; there are imports exactly like the one in the logs above in current master there. We have an existing issue in choderalab/perses#837.

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