Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
9 years, 8 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:
4 Answers
8 years, 8 months 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"
me too, you fix ??
posted by William Chen 09 Mar 2015Me too, you guys fixed??
posted by Tony Jeon 06 May 2015