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
I was attempting to compile for 'esp32 dev module' it was naked at the time.
Hardware Configuration
Naked
Version
v2.0.2
IDE Name
Arduino IDE
Operating System
macOS 12.3.1
Flash frequency
80
PSRAM enabled
no
Upload speed
115200
Description
On macOS there is not python and I tried setting symlinks and adding it to /etc/paths.d/ and all kinds of things to fix the "exec: "python": executable file not found in $PATH error but nothing worked. I ended up needing to edit the $HOME/Library/Arduino15/packages/esp32/hardware/esp32/2.0.2/platform.txt file and replacing python with python3:%s/=python /=python3 /g
exec: "python": executable file not found in $PATH
Error compiling for board ESP32 Dev Module.
### Other Steps to Reproduce
_No response_
### I have checked existing issues, online documentation and the Troubleshooting Guide
- [X] I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
ESP32 Dev Module
Device Description
I was attempting to compile for 'esp32 dev module' it was naked at the time.
Hardware Configuration
Naked
Version
v2.0.2
IDE Name
Arduino IDE
Operating System
macOS 12.3.1
Flash frequency
80
PSRAM enabled
no
Upload speed
115200
Description
On macOS there is not python and I tried setting symlinks and adding it to /etc/paths.d/ and all kinds of things to fix the
"exec: "python": executable file not found in $PATH
error but nothing worked. I ended up needing to edit the$HOME/Library/Arduino15/packages/esp32/hardware/esp32/2.0.2/platform.txt
file and replacingpython
withpython3
:%s/=python /=python3 /g
I am mainly putting this here in case anyone else has this issue with macOS. I found #5750 and https://docs.espressif.com/projects/arduino-esp32/en/latest/troubleshooting.html#missing-python-python-executable-file-not-found-in-path but that didn't help for macOS.
Sketch
Debug Message
The text was updated successfully, but these errors were encountered: