Ayman Habib
Ayman Habib
Thanks for reporting @tkuchida I don't think this is surprising or new, it has been the behavior since 4.0. The rationale, we collectively decided to keep the various Sets as...
Great feedback @gattia 👍 1. The reason I suggested using base environment is to minimize the number of unknowns, ideally after that you can/should remove from base environment and install...
Thanks @gattia you can checkout the repository https://github.com/opensim-org/conda-opensim and follow the instructions on the readme. It's supposed to work out of the box for python 3.7, 3.8, 3.9 but may...
@gattia I'm following up on this since Scott Ulrich was having issues using the conda package on osx 12.4 with M1 processor, can you comment on your environment? I also...
On opensim-core side. Turn off both Opensim_with_tropter and opensim_with_casadi
If this worked @dpar21 please let us know so we can update the documentation/cmake instructions and close this issue. @AlbertoCasasOrtiz Let's make sure this is documented in the build instructions...
Instead of building from scratch or using custom scripts, I suggest you use the official images published on dockerhub at https://hub.docker.com/repository/docker/stanfordnmbl/opensim-python Both 4.4 and 4.4-with-moco tags are available. Please let...
I would start from the image on dockerhub linked to above, test/verify it works out of the box, then gradually apply your changes. If something breaks you'll know what it...
Can you download the image as is (stanfordnmbl/opensim-python:4.4) and run python3.8, import opensim ? If not then we have a more fundamental issue to deal with since that's what docker...
@carmichaelong I added a build script option for mac osx 11 on ci since 10.15 will be retired soon, but I'm having build problem with Clang 13. What version did...