You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/noetic/lib/python3/dist-packages/qt_gui_cpp/cpp_binding_helper.py", line 43, in
from . import libqt_gui_cpp_sip
ImportError: /home/usc-cam/.local/lib/python3.8/site-packages/PyQt5/Qt/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /opt/ros/noetic/lib/python3/dist-packages/qt_gui_cpp/libqt_gui_cpp_sip.so)
qt_gui_main() found no plugin matching "rqt_image_view/ImageView"
try passing the option "--force-discover"
Also, rqt --list-plugin does not show image_view even though its installed
The text was updated successfully, but these errors were encountered:
Edit: make sure you uninstall all possible libraries associated with Qt (including separate python versions), rqt_image_view can also be rendered using PySide2. That’s what fixed it for me.
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/noetic/lib/python3/dist-packages/qt_gui_cpp/cpp_binding_helper.py", line 43, in
from . import libqt_gui_cpp_sip
ImportError: /home/usc-cam/.local/lib/python3.8/site-packages/PyQt5/Qt/lib/libQt5Core.so.5: version `Qt_5.12' not found (required by /opt/ros/noetic/lib/python3/dist-packages/qt_gui_cpp/libqt_gui_cpp_sip.so)
qt_gui_main() found no plugin matching "rqt_image_view/ImageView"
try passing the option "--force-discover"
Also, rqt --list-plugin does not show image_view even though its installed
The text was updated successfully, but these errors were encountered: