rosrun rqt_graph rqt_graph shows error
http://wiki.ros.org/ROS/Tutorials/Und...
Environment: ROS kinetic Ubuntu 16.04
ERROR: rosrun rqt_graph rqt_graph
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/kinetic/lib/python2.7/dist-packages/qt_gui_cpp/cpp_binding_helper.py", line 43, in <module> import libqt_gui_cpp_sip ModuleNotFoundError: No module named 'libqt_gui_cpp_sip'
Traceback (most recent call last): File "/opt/ros/kinetic/lib/rqt_graph/rqt_graph", line 8, in <module> sys.exit(main.main(sys.argv, standalone='rqt_graph.ros_graph.RosGraph')) File "/opt/ros/kinetic/lib/python2.7/dist-packages/rqt_gui/main.py", line 59, in main return super(Main, self).main(argv, standalone=standalone, plugin_argument_provider=plugin_argument_provider, plugin_manager_settings_prefix=str(hash(os.environ['ROS_PACKAGE_PATH']))) File "/opt/ros/kinetic/lib/python2.7/dist-packages/qt_gui/main.py", line 505, in main plugin = plugins.keys()[0]
TypeError: 'dict_keys' object does not support indexing!
Could someone please tell me what exactly is going wrong here ? Thanks in advance!
Exact same problem, please help.