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

Revision history [back]

click to hide/show revision 1
initial version

I was also facing this issue in ros-noetic & ubuntu 20 version. Even though Python3 is default somehow usr/bin/python was not pointing to python3 folder.

creating a symlink fixed the issue (as follows): $ sudo ln -s /usr/bin/python3 /usr/bin/python