You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ygoyal18 : the problem is indeed due to pip. the latest release (20) forces a rebuild of the wheel which fails in different ways pyocd/cmsis-pack-manager#137.
Please downgrade pip to 19 pip install pip==19 and then the mbed-cli commands such as mbed import will start working fine again.
Uh oh!
There was an error while loading. Please reload this page.
mbed-cli tries to install the missing packages
but then errors out. On manually installing the mbed-os requirements we get this -
The latest of cmsis-pack-manager is missing a _version.py file - https://github.com/ARMmbed/cmsis-pack-manager/tree/master/cmsis_pack_manager
I feel that can't be the issue, as it was working for me last week. Not sure why it is looking for a _version.py file now.
The text was updated successfully, but these errors were encountered: