Python can't Import/Find STLIB or SPLIB in Downloaded SOFA Binaries for Linux #3950
-
Hello, I am trying to go through some tutorials using SofaPython3, specifically the tutorials in the SoftRobots library. However, many of them require importing stlib3 or splib3, neither of which seem to be in the site-packages folder for the SofaPython3 library. The instructions for the current STLIB repository seem to require rebuilding from scratch. I was wondering if there is a way to simply install the stlib3 and splib3 libraries and integrate them into the current Sofa binary release. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
When I see the list of plugins available with the latest version of the SOFA binaries, I can see STLIB (https://www.sofa-framework.org/download/). |
Beta Was this translation helpful? Give feedback.
Hi @iman-adibnazari
Sorry the delay have you been able to solve your problem ?
You could take the opportunity to upgrade your SOFA version with the latest v23.06
With the release v23.06, my
PYTHONPATH
looks like:and importing stlib3 works smoothly for me