Hi ASM team,
I get the following error after trying to build a simple GPIO toggle program on a clean install of the 10_02_00_15 SDK. Have we seen this before? 
All the best,
Ethan Cope
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi ASM team,
I get the following error after trying to build a simple GPIO toggle program on a clean install of the 10_02_00_15 SDK. Have we seen this before? 
All the best,
Ethan Cope
Hi Ethan,
This issue is due to python dependency module not being installed on your PC.
You need to install the dependecy modules listed in requerements.txt file inside mcu_plus_sdk installation path.
Please install the dependency as mentioned in requirements.txt file in SDK:
C:\ti\mcu_plus_sdk_am261x_11_02_00_15\requirements.txt
Hi Nilabh,
Understood. if this is mandatory to build the SDK it would be nice for the installer to handle it though.
All the best,
Ethan Cope
Agree, Ethan, the problem is with packaging open source deliverables in SDK is somewhat cumbersome with licenses etc.