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

Module not found after yank update #1260

Open
gsabbih6 opened this issue Oct 14, 2021 · 6 comments
Open

Module not found after yank update #1260

gsabbih6 opened this issue Oct 14, 2021 · 6 comments
Assignees

Comments

@gsabbih6
Copy link

ModuleNotFoundError: No module named 'simtk.openmm.app.element'

@mjw99
Copy link

mjw99 commented Dec 7, 2021

This might be related to the recent top level Python package rename in OpenMM 7.6. Try installing an earlier version of OpenMM to your conda environment, e.g.:

conda install -y -c conda-forge openmm=7.5.1 

@jchodera
Copy link
Member

@ijpulidos @mikemhenry : Can you help here? It looks like we need to cut new bugfix releases of yank and openmmtools that work with both openmm <7.6 and >=7.6

@mikemhenry mikemhenry self-assigned this Dec 13, 2021
@mikemhenry
Copy link
Contributor

I think we just need to cut a new release of openmmtools since this PR should fix the namespace issues and work with both openmm <7.6 and >=7.6

choderalab/openmmtools#528

I'll see what we need to do in yank

@mjw99
Copy link

mjw99 commented Feb 14, 2022

[edit]I think this may be resolved with the OpenMMTools 0.21.0 release?

@mikemhenry
Copy link
Contributor

That will fix when the issue comes from OpenMMTools, I've got this PR #1263 to fix spots where yank imports openmm, but I need to fix the CI

@mjw99
Copy link

mjw99 commented Feb 14, 2022

Ah apologies; I've jumped the gun a bit; thank you for the link.

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

4 participants