ESP32 doesn´t work with Arduino IDE

I tried to program the ESP 32 with the Arduino IDE, I followed everything according to a Youtube tutorial, Board AdministratorURL:https://dl.espressif.com/dl/package_esp32_index.json.
When I upload the code to the ESP, the following error message appears:

Arduino: 1.8.19 (Mac OS X), Board: "ESP32 Dev Module, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, None"

exec: "python": executable file not found in $PATH
Error compiling for board ESP32 Dev Module.

This report would be more detailed if the option
"Verbose output during compilation"
in File -> Preferences would be activated.

You have to add the python executable to your path so the build process can find python when it needs to run any *.py file.

Try Installing ESP32 Board in Arduino IDE 2.0 (Windows, Mac OS X, Linux) | Random Nerd Tutorials and use IDE 2.1.1.

The official sources of the manufacturer is the always the best place to get the information, not youtube or other online tutorials

https://docs.espressif.com/projects/arduino-esp32/en/latest/installing.html

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.