ModuleNotFoundError: No module named 'pydot'
On going through the sixth tutorial on "Understanding ROS Topics", I am getting the following 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/melodic/lib/python2.7/dist-packages/qt_gui_cpp/cpp_binding_helper.py", line 43, in <module> from . import libqt_gui_cpp_sip ImportError: dynamic module does not define module export function (PyInit_libqt_gui_cpp_sip)
Same Problem