ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Your issue is that you are trying to install a python2 version of catkin tools. You should be using the python3 version with ros noetic:
sudo apt install python3-catkin-tools
2 | No.2 Revision |
Your issue is that you are trying to install a python2 version of catkin tools. You should be using the python3 version with ros noetic:
sudo apt install python3-osrf-pycommon python3-catkin-tools