Unable to complete ROS installation on my Raspberry Pi 3
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?
Asked by kwasi on 2019-06-23 11:08:14 UTC
Comments