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
Indeed it fails on Mac OS with Python 3.8+. However, the issue is a result of the Mbed OS cryptography version being incompatible with 3.8+, not Mac OS.
As a workaround, we can edit the Mbed OS requirements in bootstrap.sh:
# Edit Mbed OS cryptography requirement for Python 3.8+
sed -i '''s/cryptography>=2.5,<3/cryptography/' dependencies/mbed-os/requirements.txt
It may also be required to specify a Click version > 7.1
Describe the bug
The cryptography and cmsis python package used by Mbed OS are not trivial to install on Mac OS:
To Reproduce
./bootstrap.sh
on MacOS.Expected behavior
The text was updated successfully, but these errors were encountered: