-
Notifications
You must be signed in to change notification settings - Fork 914
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
roslz4 linking against the wrong python version #923
Comments
The package is using the Python include dir as well as Python library detected in CMake ( ros_comm/utilities/roslz4/CMakeLists.txt Line 39 in 753ff95
|
In ros-install-osx, we set |
Note that as of Trusty, there's an upstream http://packages.ubuntu.com/source/trusty/lz4 Potentially for Lunar+, the roslz4 package could be hollowed out and made to delegate to these system implementations. |
This still links to the wrong Python (at least for me) since roslz4 uses (deprecated) |
This is still an issue on MacOS Catalina, and the solution @spaghetti- mentioned works for me. |
Something with the CMakeFiles.txt of roslz4 makes it disregard python overrides. On my most recent compilation os MacOS Sierra -
Because
Fixed by
It shouldn't happen because I specified my python libs, so it could be a bug.
The text was updated successfully, but these errors were encountered: