Issue with Adding Python 3 Plugin to SOFA 24.06 Version #5001
Replies: 2 comments 2 replies
-
Hello ! This error message is misleading, it doesn't mean that SofaPython3 is not found, but one of its dependency is actually not found. To find out which one, i suggest you to inspect the dependency of the lib using a tool called Dependencies. You can download the latest release an look what is not found. It usually is a library such as numpy. Tell me how it goes ! |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello everyone,
I am currently trying to integrate the Python 3 plugin into the executable version of SOFA, as demonstrated in the introduction video by Hugo Talbot, which can be found here: (https://sofa-framework.github.io/doc/getting-started/video-tutorials/introduction-course).
However, when attempting to load the plugin SofaPython3.dll from the following path: C:\SOFA\plugins\SofaPython3\bin, I encounter the following error:
"Plugin loading failed. The specified module could not be found."
If anyone has faced a similar issue or has insights on how to resolve it, I would greatly appreciate your guidance.
Thank you in advance for your help.
Best regards,
Hugo
Beta Was this translation helpful? Give feedback.
All reactions