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?
OpenMM Installation Issue
- Peter Eastman
- Posts: 2593
- Joined: Thu Aug 09, 2007 1:25 pm
Re: OpenMM Installation Issue
The correct command to test it is
Are you looking at an old version of the documentation?
Code: Select all
python -m openmm.testInstallation
- Akshaya Ranjit
- Posts: 2
- Joined: Thu Jun 13, 2024 9:57 am
Re: OpenMM Installation Issue
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.