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

Revision history [back]

It looks like your python interpreter is using Anaconda in your home directory, which probably isn't using the system's Python package path. Either use the system's python interpreter, which shouldn't have any problems finding the system's Python packages, or install catkin_pkg and the rest of the Python packages needed for ROS 2 using the Anaconda python interpreter and pip.