Unable to complete ROS installation on my Raspberry Pi 3

asked 2019-06-23 11:08:14 -0500

kwasi gravatar image

I am trying to install ROS on my raspberrypi and I get to the part of building Catkin packages using:

$ sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic

I end up with this error:

ImportError: No module named terminal_color

What do I do?

edit retag flag offensive close merge delete