ros-visualization / rqt_image_view

http://wiki.ros.org/rqt_image_view
25 stars 59 forks source link

ROS2 Rolling Broken Packaging? Could not import "pyqt" bindings of qt_gui_cpp library #51

Closed vinnnyr closed 3 years ago

vinnnyr commented 3 years ago

Ubuntu 20.04, Rolling.

After installing image view like this: sudo apt-get install ros-rolling-rqt-image-view

And attempting to run it like this: ros2 run rqt_image_view rqt_image_view

Could not import "pyqt" bindings of qt_gui_cpp library - so C++ plugins will not be available:
Traceback (most recent call last):
  File "/opt/ros/rolling/lib/python3.8/site-packages/qt_gui_cpp/cpp_binding_helper.py", line 43, in <module>
    from . import libqt_gui_cpp_sip
ImportError: /home/vinny/.local/lib/python3.8/site-packages/PyQt5/Qt/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /opt/ros/rolling/lib/python3.8/site-packages/qt_gui_cpp/libqt_gui_cpp_sip.so)

I believe that this is a packaging error, but I am not sure.