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 the output of which python, it seems that your default python is anaconda python. Also, since your anaconda python is python3, it would be better to use ROS with another version (some python2 version).

I suggest you to use virtualenv (or virtualenvwrapper) and that way control which python you're using explicitly. Another solution could be modifying your PATH variable (I would guess that now /home/daniel/anaconda3/bin comes before /usr/bin, which is a default python location)