Page 1 of 1

OpenMM 8.0

Posted: Wed Feb 01, 2023 3:19 pm
by peastman
Version 8.0 is now released! You can install it with conda or mamba:

Code: Select all

mamba install -c conda-forge openmm
Or to install the full stack including the OpenMM-Torch and OpenMM-ML packages,

Code: Select all

mamba install -c conda-forge openmm-ml
Release notes are at https://github.com/openmm/openmm/releases/tag/8.0.0.

Re: OpenMM 8.0

Posted: Mon Mar 27, 2023 3:47 pm
by elsaid

Code: Select all

conda install -c conda-forge openmm
I got this error when I imported openmm
anaconda3/lib/python3.10/site-packages/zmq/backend/cython/../../../../.././libstdc++.so.6: version `GLIBCXX_3.4.30' not found..
what is the problem?

Re: OpenMM 8.0

Posted: Mon Mar 27, 2023 3:50 pm
by peastman
See https://github.com/openmm/openmm/issues/3943. People have reported resolving that error in a few different ways.