Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • The Python package that comes with the OpenSim GUI distribution is built for a specific python version (OpenSim version 4.3+ distributions bindings were built against python 3.8 exclusively). Users should try to use the Conda packages mentioned above for all variants of python, and let us know if additional variants are needed.  If not possible to use Conda, users can follow the installation instructions below (will only work if using the same python version as in the table below) or build the python bindings using their preferred python version from source repository.
  • OpenSim versions and the corresponding python versions used to build distributions: 

    OpenSim versionPython versionAvailable conda packages
    4.33.8-
    4.4, 4.4.13.83.7, 3.8, 3.9, 3.10, 3.11
    4.53.83.9, 3.10, 3.11


Setting up your Python scripting environment (if not using conda)

...