Robotics StackExchange | Archived questions

Error while building simple arm project

I get this error while trying to build the simple_arm project

from catkin_pkg.terminal_color import *  # noqa
ImportError: No module named terminal_color

It seems there are two catkin_pkg versions

(venv) root@xxx:/home/workspace# apt list python-catkin-pkg python-catkin-pkg-modules
Listing... Done
python-catkin-pkg/xenial,xenial,now 0.4.10-100 all [installed,automatic]
python-catkin-pkg-modules/xenial,xenial,now 0.4.10-1 all [installed,automatic]
(venv) root@xxx:/home/workspace# python -c "import catkin_pkg; print(catkin_pkg.__version__)"
0.4.2
(venv) root@xxx:/home/workspace

Asked by ahmedwahdan on 2019-01-23 09:48:49 UTC

Comments

Answers

this seems to be a duplicate of https://answers.ros.org/question/301702/ros-kinetic-importerror-no-module-named-terminal_color/

Can you please confirm.

Asked by ct2034 on 2019-08-10 10:47:30 UTC

Comments