While performing west init, i face this issue.
$ west init
zephyrproject
Traceback (most
recent call last):
File
"/home/gchee2/.local/bin/west", line 11, in <module>
sys.exit(main())
File
"/home/gchee2/.local/lib/python3.4/site-packages/west/_bootstrap/main.py",
line 501, in main
init(wrap_argv[1:])
File
"/home/gchee2/.local/lib/python3.4/site-packages/west/_bootstrap/main.py",
line 257, in init
bootstrap(args)
File
"/home/gchee2/.local/lib/python3.4/site-packages/west/_bootstrap/main.py",
line 323, in bootstrap
exist_ok=True)
File
"/home/gchee2/.local/lib/python3.4/site-packages/west/_bootstrap/main.py",
line 124, in clone
_banner('Cloning {} from {}, rev. {} into
{}'.format(desc, url, rev, dest))
File
"/home/gchee2/.local/lib/python3.4/site-packages/west/_bootstrap/main.py",
line 162, in _banner
print(colorama.Fore.LIGHTGREEN_EX, end='')
AttributeError:
'AnsiCodes' object has no attribute 'LIGHTGREEN_EX'
Some online resources say its the colorama version not up to date, but i cant seems to upgrade it.
Any idea how to solve it?
Thank you!
Regards,
Kay Li