-
Notifications
You must be signed in to change notification settings - Fork 180
Closed
Labels
Description
https://docs.mbed.com/docs/mbed-os-handbook/en/5.1/dev_tools/cli/ say that mbed CLI was tested with Python 2.7, without specifying the minor version.
I've observed that it doesn't work with Python versions older than 2.7.6; or with Python 3 altogether.
You may want to update the docs, or better yet, produce a diagnostic message when mbed CLI is run with an unsupported version of Python.