I would like to be able to use OpenSim 4.3 in Python 3. I am planning to use Pycharm and create a opensim env via anaconda.
I have initially followed the Scripting with python instructions and make it work: However the same env would not work in Pycharm: Therefore i thought that I need to compile opensim from the source code, as the OpenSim GUI distribution was built to use the Python that comes with macOS.
I have followed the instruction to build the SUPERBUILD but I now get an IPOPT related error in Xcode:
It looks like that IPOPT is the only build target that did not succeed. Apologies if I am doing something silly but I guess my issues is related to the different version of Python i am using (I have also followed this instructions from Ton to make sure I was doing the right thing: viewtopicPhpbb.php?f=91&t=12076&p=34127&start=0&view=).Showing All Messages
/Users/dc547/opensim-core-source/dependencies/xcodebuild:1:1: The directory /Users/dc547/opensim-core-dependencies-build/ipopt-prefix/src/ipopt-build does not contain an Xcode project.
Many thanks for your help.
Dario