alpi42
Ensign
- Registriert
- Mai 2012
- Beiträge
- 224
Hi, nachdem ich gute erfolge mit dem Arduino hatte wollte ich mich mal an dehn ESP32 rantasten. Nun mit Python oder C++ kenne ich mich leider nicht so gut aus aber hab mal paar Tutorials gestartet. Leider bekomme ich beim ausführen mit mingw32 konsole unter msys32 diese Fehlermeldung:
Alpi@DESKTOP-1V7D9FV MINGW32 ~/hello_world
$ make flash
The following Python requirements are not satisfied:
future>=0.16.0
Please run "C:/msys32/mingw32/bin/python.exe -m pip install -r C:/msys32/esp/esp-idf/requirements.txt" for resolving the issue.
make: *** [C:/msys32/esp/esp-idf/make/project.mk:430: check_python_dependencies]
Fehler 1
Ich komm leider auch nicht mit google drauf. Hab schon alles geprüft und habe ja beim Package python dabei, keine Ahnung warum es fehlen sollte. Jede Antwort wäre mir lieb.
Alpi@DESKTOP-1V7D9FV MINGW32 ~/hello_world
$ make flash
The following Python requirements are not satisfied:
future>=0.16.0
Please run "C:/msys32/mingw32/bin/python.exe -m pip install -r C:/msys32/esp/esp-idf/requirements.txt" for resolving the issue.
make: *** [C:/msys32/esp/esp-idf/make/project.mk:430: check_python_dependencies]
Fehler 1
Ich komm leider auch nicht mit google drauf. Hab schon alles geprüft und habe ja beim Package python dabei, keine Ahnung warum es fehlen sollte. Jede Antwort wäre mir lieb.