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

Revision history [back]

Well, those errors are more deeper than I thought...

I had experiences with this (most because of Open CV old version installed with Kinetic). My solution was to uninstall ROS, everything from python and then reinstall it. I recommend to uninstall ROS following this:

sudo apt-get purge '^ros-*'
sudo apt-get autoremove

and then installing again (after python 2.7)

Try this and tell me later, best regards