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

Revision history [back]

It seems you use python2.6. Try to upgrade python to version 2.7. Should do the trick.

It seems you use python2.6. Try to upgrade python to version 2.7. Should do the trick.


The problem is the easy_install in itself. As you can see in the error log: "/usr/bin/easy_install-2.6".

You have to upgrade first the setuptools package that contains easy_install. Check the http://pypi.python.org/pypi/setuptools how to install.

It seems you use python2.6. Try to upgrade python to version 2.7. Should do the trick.


The problem is the easy_install in itself. As you can see in the error log: "/usr/bin/easy_install-2.6".

You have to upgrade first the setuptools package that contains easy_install. Check the http://pypi.python.org/pypi/setuptools how to install.

You should have setuptools in version 0.6c11 to be compatible with python2.7