nrf5340 audio dk colorama module missing

This issue is for a programming environment on a macBookPro.

I finally get the system tamed and got to the point of testing the various sample apps provided. I wasted a couple of days trying to resolve a ‘Colorama module not found’ issue that none of searches on the internet were able to solve. Multiple uninstalls and installs in different locations were not helpful either. The solution was very simple!!!

When using the Build and Program script like..

     python buildprog.py -c app -b debug -d both -p

Use python3 instead..

     python3 buildprog.py -c app -b debug -d both -p

Hope this saves a lot of time and pain for other users. I am getting mixed results testing the provided BIS and CIS examples. Hope to report back with some detail.

Related