ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

rqt plugins not working after possible change in python version

asked 2022-12-07 01:45:27 -0500

vocdex gravatar image

updated 2022-12-07 02:13:28 -0500

When I run any rqt related command( rqt_bag, rqt_image_view), I get the following error:

PluginManager._discover() force discovery of plugins RospkgPluginProvider._find_plugins() crawling for plugins of type 'qt_gui' Segmentation fault (core dumped)

I re-installed ros-noetic and the issue didn't go away. Default python version is 3.8.10. I guess I manually removed previous python 2.7 due to some CUDA issue. Would appreciate any suggestions and help. Thanks!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2022-12-07 02:13:13 -0500

vocdex gravatar image

Got it working. Probably, some conflict between different installations of pyqt5. I just typed

pip uninstall pyqt5

on command line.

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2022-12-07 01:45:27 -0500

Seen: 317 times

Last updated: Dec 07 '22