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 believe the problem is that you are missing catkin_pkg for python. And since you are using anaconda, make sure to install it for anaconda python, and not your system python. (from here I would say it is conda install... )

I believe the problem is that you are missing catkin_pkg for python. And since you are using anaconda, make sure to install it for anaconda python, and not your system python. (from here I would say it is conda install... )

(when installing with pip, it would be apt-get install ros-kinetic-catkin)

I believe the problem is that you are missing catkin_pkg for python. And since you are using anaconda, make sure to install it for anaconda python, and not your system python. (from here I would say it is conda install... )

(when installing with pip, as a system package, it would be apt-get install ros-kinetic-catkin, or with pip, pip install catkin_pkg, as advised here)