-
Notifications
You must be signed in to change notification settings - Fork 83
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
rviz does not build in noetic and melodicPython3 #227
Comments
There's not much I can do about this. The latest versions of Qt5 are no longer compatible with SIP 4, so I switched to Shiboken/PySide2 (see #224). This fixed rqt, but rviz is not compatible with PySide2, see: ros-visualization/rviz#1526 |
Thanks for maintaining all of the distros! Do you suggest anything that might help with building rviz? ros.url = github:lopsided98/nix-ros-overlay/6fa03dc558b92cf7f3a2d426c9335e014e3fd10d;
ros.inputs.nixpkgs.follows = "nixpkgs";
nixpkgs.url = github:nixos/nixpkgs/release-22.05; |
I'm running into this too. Maybe we can pin rviz to an older version from nix-ros-overlay? |
Using this patch along with the old python-qt-binding override works with SIP4. I tested it as a global overlay for all distros and rviz compiled! Let's see if we can use this here for noetic and melodic specifically while using shiboken/pyside2 for other distros. |
rviz fails to build with the following error
reproducible with
nix build github:lopsided98/nix-ros-overlay#noetic.rviz
The text was updated successfully, but these errors were encountered: