ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
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... )
2 | No.2 Revision |
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)
3 | No.3 Revision |
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)