-
Notifications
You must be signed in to change notification settings - Fork 408
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
Compile issue of python bindings #416
Comments
The last CI run was 2 months ago. I just triggered the CI again, https://github.com/orocos/orocos_kinematics_dynamics/actions/runs/3322737754. Lets see what happens there. Ubuntu 20.04 in combination with python 3.9 is tested there. I assume you are running ubuntu 20.04. |
Yes, ubuntu 20.04.5 and python3.9. Still got the same error after pulling. |
It seems similar to #401. But i the author of that issue, didn't provide enough information to find the real cause. Could you please check the logs for the found paths of PyBind and orocoa_kdl? |
What do you mean by "found paths"? I can send you the |
Yes, I think that should be the starting point. |
that is the entire log directory in |
@cmosig do you have the logs of the |
Oh yes, ups, my mistake. |
I don't see any signs. It doesn't show the paths of the found libraries. Could you maybe edit the Another test would be to try to compile it outside of a catkin ws. As that is also what is done in CI. |
@cmosig A friend of mine experienced the same issue. I was able debug the issue on his machine. Which was that he had a different version of PyBind11 installed on his system which was found but incompatible. If you only responded to my question to try to print the paths of the found libraries, we would have probably figured this out much earlier. So next time please respond, when somebody is helping you. |
I am running python 3.9. I cloned the repo, then
git submodule update --init
, and then cd intopython_orocos_kdl
and rancatkin make --this
. The other package succeeded, the python bindings didn't.The text was updated successfully, but these errors were encountered: