Starting with OpenSim version 4.4, we provide conda packages to support development in python+conda environment. There are two packages:
...
Both packages are built with variants for different python versions (3.7, 3.8, 3.9) and numpy version 1.20, and simbodywith other dependencies included (simbody, ezc3d). The list of conda packages will grow as community needs evolve over time and as new variants are published. The one line installer:
> conda install -c opensim-org opensim
Issues to keep in mind:
There're a couple issues that you need to know about regarding conda packaging:
...