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

From this bit:

execute_process(/home/vovanrew/anaconda2/bin/python

it would seem you have Anaconda installed and Catkin (and possibly the rest of ROS) is using that as the default interpreter.

But the catkin_pkg package has probably only been installed for the 'regular' Python interpreter (ie: the one that was installed by your Linux distribution).

There are numerous posts about setting up Anaconda such that it can be used with ROS (although I mostly remember posts showing that it doesn't work). I suggest you search a bit and use one of the provided solutions.

From this bit:

execute_process(/home/vovanrew/anaconda2/bin/python

it would seem you have Anaconda installed and Catkin (and possibly the rest of ROS) is using that as the default interpreter.

But the catkin_pkg package has probably only been installed for the 'regular' Python interpreter (ie: the one that was installed by your Linux distribution).

There are numerous posts on ROS Answers about setting up Anaconda such that it can be used with ROS (although I mostly remember posts showing that it doesn't work). I suggest you search a bit and use one of the provided solutions.