9 years, 2 months ago.

build error

on the latest git, is offline cmd line build working? I am getting this error :

E:\mbed\mbed-master> python workspace_tools\build.py -m LPC1768 -t GCC_ARM Traceback (most recent call last): File "workspace_tools\build.py", line 34, in <module> from workspace_tools.build_api import build_mbed_libs, build_lib File "E:\mbed\mbed-master\workspace_tools\build_api.py", line 20, in <module> import colorama ImportError: No module named colorama

Question relating to:

me too, you fix ??

posted by William Chen 09 Mar 2015

Me too, you guys fixed??

posted by Tony Jeon 06 May 2015

4 Answers

8 years, 11 months ago.

8 years, 11 months ago.

me too,have any body solved this problem?

8 years, 11 months ago.

sudo apt-get install python-colorama

8 years, 1 month ago.

first find a way with google to install pip in python2, then

pip install colorama

you will find more similar python module missing problem, and can solve with "pip install"