Search found 3 matches

by Walter Menke
Thu Oct 24, 2024 5:13 pm
Forum: OpenSim
Topic: Python 3.11 and OpenSim 3.3 Integration Issues
Replies: 3
Views: 200

Re: Python 3.11 and OpenSim 3.3 Integration Issues

UPDATE:

I've managed to get this to work between OpenSim 3.3 and Matlab 2023a using parts of the BOPS 2.0 package (https://simtk.org/projects/bops). This seems like it will be the way to go if you're using a considerably older version of OpenSim!
by Walter Menke
Wed Oct 23, 2024 7:23 am
Forum: OpenSim
Topic: Python 3.11 and OpenSim 3.3 Integration Issues
Replies: 3
Views: 200

Re: Python 3.11 and OpenSim 3.3 Integration Issues

Hi Dr. Habib, Thanks for your reply! I'm using the powershell in VS Code to run the setup.py as recommended in the help documentation for dealing with OpenSim 4.2 or earlier. It does indeed process the dependencies for OpenSim 3.3 as printed out after running that file. But, after the import stateme...
by Walter Menke
Tue Oct 22, 2024 2:51 pm
Forum: OpenSim
Topic: Python 3.11 and OpenSim 3.3 Integration Issues
Replies: 3
Views: 200

Python 3.11 and OpenSim 3.3 Integration Issues

Hi everyone, I've been trying to get Python 3.11 to integrate with OpenSim 3.3 (on Windows 11) so I can run a bunch of Static Optimizations and Joint Reaction Analyses. Doing that seems to be the easy part, and actually getting the package imported seems to be the real struggle. I've been heavily us...