Page 1 of 1

OpenMM Installation Issue

Posted: Thu Jun 13, 2024 10:05 am
by aranjit
Hello!

I'm currently trying to install OpenMM on my Windows machine. I used Miniconda and used the "conda install -c conda-forge openmm" command. All the packages installed properly, but when I tried to check that my installation was successful using the "python -m simtk.testInstallation" command, I received the following error: No module named simtk.testInstallation.
I used dir to try and figure out where simtk was, and the results said that simtk had 0 bytes. When I use my File Explorer, I can see all the files and packages I got through my original download. Not really sure what's wrong, but I also can't run the example simulation because no simtk module can be found. Do you know what might be wrong?

Re: OpenMM Installation Issue

Posted: Thu Jun 13, 2024 11:44 am
by peastman
The correct command to test it is

Code: Select all

python -m openmm.testInstallation
Are you looking at an old version of the documentation?

Re: OpenMM Installation Issue

Posted: Thu Jun 13, 2024 11:58 am
by aranjit
That worked, thank you so much! I used the latest documentation that I could find: http://docs.openmm.org/7.5.0/userguide/ ... ing-openmm.