-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PluginManager does not find "python3" dir #212
Comments
A "rough" solution consists in copying the directory sofa/build/python3 to sofa/build/bin/python3. |
Hi @jducrocq007 First, many thanks for your feedback and all the details you provided 👏 Your issue is not related to PluginManager. You are right though, it's a path seeking issue. It was recently fixed by #190 and #192, merged in master and backported in the v21.06 branch. Thus, my best advice would be to upgrade your setup to SOFA v21.06 + SofaPython3 v21.06 Also, your SOFA_ROOT should be Hope that helps 🤞 |
Hi @guparan , I'm currently on vacations and not with a proper computer so I'll try to install Sofa 21 and SofaPython3's newest version next week. If the issue is not present on these new versions, I'll keep you in touch. Anyways, copying the python3/ dir to the location where it should be helped me to use SofaPython3 to create my own python scenes properly, so it's not a hurry. Thank you for your help :) |
Sofa's PluginManager does not find the "python3" dir
Description
The plugin Manager looks for a "python3/" dir inside the folder ../sofa/build/bin but this folder is in fact located in
../sofa/build/ . The path where the plugin manager looks for "python3/" dir is then wrong, generating an error.
Steps to reproduce
Expected behavior
The plugin SofaPython3 should have been added to my SofaEnvironment succesfully, and I should have been able to use to load Python3 scenes without doing anything more.
Environment
Context
Command called
Env vars
Logs
Full output
Content of build_dir/CMakeCache.txt
CMakeCache.txt
The text was updated successfully, but these errors were encountered: