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
{{ message }}
This repository has been archived by the owner on Jun 8, 2021. It is now read-only.
With the new version of mbed, you always get the following error:
[mbed] Auto-installing missing Python modules...
[mbed] WARNING: Unable to auto-install required Python modules.
The mbed OS tools in this program require the following Python modules: git
You can install all missing modules by running "pip install -r requirements.txt" in "/home/jim/AvNet/mbed-os-example-wifi/mbed-os"
On Posix systems (Linux, Mac, etc) you might have to switch to superuser account or use "sudo"
I know those modules have been installed because i did a: sudo -H pip install -r requirements.txt
and it reported that is was successfully installed prior to issuing the: mbed add esp8266-driver
command. In spite of that, I always get the same error when compiling or adding libraries. It seems like the mbed command isn't working correctly for some reason. Even though that error/warning is displayed, everything appears to work correctly.
The text was updated successfully, but these errors were encountered:
Hi @jflynn129
Your command output does not contain any error. Just warning about pip.
That should be recorded in the Mbed OS or Mbed CLI repository for studying.
What comes to build failure, can you try not adding ESP driver as the current Mbed OS release already contains ESP driver.
Documentation seems to be outdated regarding that. I'll fix it.
Ok, I did find that the driver was already there after investigating a little further, but the prolific warning messages are very irritating to a user, kind of like saying "your breathing" ever time you take a breath. But I'll close this given that it is an already know concern.
With the new version of mbed, you always get the following error:
I know those modules have been installed because i did a:
sudo -H pip install -r requirements.txt
and it reported that is was successfully installed prior to issuing the:
mbed add esp8266-driver
command. In spite of that, I always get the same error when compiling or adding libraries. It seems like the mbed command isn't working correctly for some reason. Even though that error/warning is displayed, everything appears to work correctly.
The text was updated successfully, but these errors were encountered: