-
Notifications
You must be signed in to change notification settings - Fork 407
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
Compiling issue after adding hash function? #401
Comments
Try to build with If that doesn't fix the issue, set the cpp version both in Have you tried building the python2 version. As on ubuntu 18.04 the CI succeeds for python2. |
Tried adding I don't really want to build it with python 2 because I need to use it with Python3 |
I have run a test in GH actions, https://github.com/orocos/orocos_kinematics_dynamics/runs/6841870108, which does succeed. So it should be able to work. |
Did you get it to work with |
I did not test with catkin build in combination with 18.04 and python3. Testing that in CI is not that straight forward I think. Could you check if the plain cmake/make does work for you? (Maybe not the installing, just the cmake and make from https://github.com/orocos/orocos_kinematics_dynamics/blob/master/python_orocos_kdl/INSTALL.md) |
I am facing the same issue with Ubuntu 20.04 and python 3.8 |
The CI does test cmake/make on Ubuntu 20.04 with python 3.8. which succeeds. @MannavaVivek please provide more insight in your machine and the steps you took |
I did use |
I am not sure what the easiest way to get this information. |
@MannavaVivek I figured out this is caused by an incompatible pybind version. One installed on your system, not the one in the submodule. If you had responded to my last question about providing the paths of the found libraries we would have found the issue much earlier. Which would have trouble for other people as well. So next time please respond, when somebody is helping you. |
I'm following instructions to compile python bindings, but I'm getting an error about the hash function:
However, when I checkout commit
6480921b236baacf282d32857c9a4a1c6f9bd971
I can compile without any issues. I can live without the last few commits since I'm using this library only for FK, but wanted to report this for greater good.The text was updated successfully, but these errors were encountered: