ARMmbed / mbed-cli

Arm Mbed Command Line Interface
https://os.mbed.com
Apache License 2.0
334 stars 176 forks source link

Can't install 'cmsis_pack_manager' #955

Open ricky-3i opened 4 years ago

ricky-3i commented 4 years ago

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.txt

All 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!

ciarmcom commented 4 years ago

Internal Jira reference: https://jira.arm.com/browse/IOTBTOOL-601

JanneKiiskila commented 4 years ago

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.