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
Hello world, with 5.12.3 I noticed a new warning on missing pywin32 and wmi Windows Python dependencies while running on macOS:
[mbed] WARNING: Missing Python modules were not auto-installed.
The Mbed OS tools in this program require the following Python modules: pywin32, wmi
You can install all missing modules by running "pip install -r requirements.txt" in "/(..)/firmware/mbed-os"
On Mac you might have to install packages as your user by adding the "--user" flag