-
Notifications
You must be signed in to change notification settings - Fork 71
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
Comments
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.:
|
@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 |
I think we just need to cut a new release of I'll see what we need to do in yank |
[edit]I think this may be resolved with the OpenMMTools 0.21.0 release? |
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 |
Ah apologies; I've jumped the gun a bit; thank you for the link. |
ModuleNotFoundError: No module named 'simtk.openmm.app.element'
The text was updated successfully, but these errors were encountered: