-
Notifications
You must be signed in to change notification settings - Fork 48
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
Problem when building the superbuild at commit babf8b5 #1519
Comments
For reference, the reference commit is babf8b5 . I guess this is related to the changes in #1508 and #1511 . To debug the problem, can you report the content of following files:
Thanks! |
Actually, looking at the CI log is already clear the problem, for some reason the python files are installed in the build directory instead of the install prefix:
while for yarp:
|
So the problem may be related to the code in robotology/icub-main#820 . |
@fedeceola can you check if #1526 solves the issue? Thanks! |
Hi @traversaro, I just checked. The issue is solved. Thanks! |
Great, thanks! |
Today I built the robotology-superbuild at commit
babf8b5
with the optioncmake .. -D ROBOTOLOGY_USES_PYTHON=ON -D ROBOTOLOGY_USES_GAZEBO=OFF -D ROBOTOLOGY_ENABLE_DYNAMICS=ON
. From python it's impossible toimport icub
(and indeedicub.py
is not available inrobotology-superbuild/build/install/lib/python3/dist-packages
). With the last distro v2023.08.0 there are no problems.The text was updated successfully, but these errors were encountered: