-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unable to locate the python bindings after #752 #754
Comments
This is the output of pythonpath
as you can see |
#752 changed the default installation location for Python bindings, see also the comment in #751 (comment) . However, if you use an updated version of the robotology-superbuild (after robotology/robotology-superbuild#1508), everything should work fine. |
Thank you, I'm going to update the superbuild. |
Updating the |
Actually, I see the bindings only if I run python3
import bipedal_locomotion_framework.bindings as blf
blf.robot_dynamics_estimator from the |
Last update: by running |
Closing! ❤️ |
#752 installs the python bindings in
/install/lib/python3.10/
. However, I got error by importing them withwith
The text was updated successfully, but these errors were encountered: