-
Notifications
You must be signed in to change notification settings - Fork 5
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
python3-dev required? #3
Comments
There are actually two parts to this:
For the first one, it looks like that on Ubuntu, the package For the second one, it looks like the actual package that installs Python.h and So that's the long way of saying that I agree with you; any place that calls |
Shouldnt that be covered by python_cmake_module/package.xml Line 17 in 80f6e54
If I had to guess the issue comes from the fact that you used rosdep to install your dependencies and that this fix ros-infrastructure/rosdep#753 still hasnt been released. |
That's 100% what happened. Thanks for pointing that out! Looks like there's nothing to fix in this repo so I'll close this. |
While building this on bionic I saw an error building
launch_testing_ament_cmake
It depends on python_cmake_module, but this repo
REQUIRE
s PythonLibs to be foundpython_cmake_module/cmake/Modules/FindPythonExtra.cmake
Line 133 in 80f6e54
Maybe this package should depend on
python3-dev
? Or maybelaunch_testing_ament_cmake
should depend onpython3-dev
?The text was updated successfully, but these errors were encountered: