Closed Sinasta closed 2 years ago
Not sure about Linux. But on windows, the link to the binary is the link to openstudio.exe not the dll (so it wouldn’t be to the .so file. It is whatever you type on the command line to run openstudio.
Okay thank you for your answer. So i understand correctly that only 'pip install openstudio' is not enough. The whole 'Openstudio SDK' needs to be installed?
pip install openstudio actually installs the SDK. What is needed is the openstudio application that has the executable.
Thank you for your answer. For anybody that wants to run openstudio on Linux i found it to work by just downloading the latest Openstudio Ubuntu tar.gz release, extracting it and linking topologic to the openstudio bin.
I would lik to ask if somebody could tell me how to set the Openstudio Binary Path on (Arch)Linux. I have the Openstudio Python bindings installed. Is it enough to set the path to libopenstudiolib.so? Is it really needed to install the entire Openstudio Suite to execute the simulation?