-
Notifications
You must be signed in to change notification settings - Fork 48
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
Error after installing python bindings #1762
Comments
Thanks @MissingSignal for reporting the problem! Can you please specify:
To quickly report on the installed software, you can also run |
Also, can you report the content of |
Sorry @traversaro for the missing details:
here the generated setup.sh
|
I will also cherry-pick the fix on the |
@MissingSignal the problem should have been fixed by #1763, feel free to comment if you still have the problem. |
@traversaro I confirm #1763 fixed the problem. |
Dear mantainers,
When compiling the Superbuild with
ROBOTOLOGY_USES_PYTHON=ON
I get two folders inrobotology-superbuild/build/install/lib/
:When I ask Python to import yarp I get
No module named 'yarp'
A dirty workaround is to simply copy the content of
/Python3
folder into/Python3.12
but ...What is the best way to handle this problem ?
Many thanks in advance !
The text was updated successfully, but these errors were encountered: