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

Your version of python is in /usr/local/bin/python ; this means that at some point you've installed a custom version of python, and you're not using the system's version.

Your custom version of python probably isn't finding the system-installed python libraries. The general options here are to either remove the custom version of python, or install the required python packages where it can find them. Which option is better depends on why you installed a custom version, and whether you're still using it.