Open ricky-3i opened 4 years ago
Internal Jira reference: https://jira.arm.com/browse/IOTBTOOL-601
Just taking a guess here - cmsis_pack_manager is using Rust, the wheel might have the required binary for the rust-components it's using on an Rapsberry Pi. @theotherjimmy or @flit might know better.
Description of defect
When trying to generate firmware CA keys and certificates by executing
mbed dm init <params>
, encountered warning about some missing Python modules (namely idna, cmsis_pack_manager, psutil). Then tried installing the missing modules, but encountered error while installing cmsis_pack_manager. err_msg.txtAll the above was done using Python 3.7.3 and pip version 19 (I was told that there is a known issue with version 20)
What version of Mbed-os are you using (tag or sha) ?
mbed-os-5.14.0
What version(s) of tools are you using. List all that apply (E.g. mbed-cli)
mbed-cli 1.10.1
Retried using mbed-cli 1.10.2, was also instructed to try mbed-os-5.15.2, but I'm not sure how. Maybe someone could help me on this? Thank you!