Tool/software:
Team,
When trying to build default I2C temp examples with CCS 20, I get this error.
I have Python 3.10.11 installed.
Thanks!
Jason
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.
Tool/software:
Team,
When trying to build default I2C temp examples with CCS 20, I get this error.
I have Python 3.10.11 installed.
Thanks!
Jason
Hi Jason,
Could you try installing the dependent modules for generating the mcelf image format
pip install pyelftools construct cryptography
This is the new image format supported in sdk read more : software-dl.ti.com/.../MCELF_LANDING.html
Hi Jason,
Just make sure you have all the required python modules that the SDK build depends on. You can check the same by referring "requirements.txt" file in the mcu_plus_sdk.
Alternatively, to install all the python modules, you can just run "pip install -r requirements.txt" from the mcu_plus_sdk folder and install all the packages.
Regards,
Shaunak