"python": executable file not found in $PATH

userHead nsandler 2023-06-06 08:03:33 510 Views3 Replies

I'm trying to compile the sample program on OSX from the main page for the FireBeetle ESP32 and I get the following error using the Arduino IDE:

 

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

 

I've followed the setup as indicated on the main page so my environment should be setup. I can select the board from tools>Board>ESP32 Arduino>FireBeetle-ESP32 but can't compile! Any ideas?

2023-06-06 10:45:22

SOLVED: I was experiencing the problem linked below

https://forum.arduino.cc/t/mac-os-update-killed-esp32-sketch/969580/8

userHeadPic nsandler
2023-06-06 09:23:35

Yes, I have python installed I use it for other projects. Why does python have anything to do with the FireBeetle ESP32? I'm not using micropython with it. 

userHeadPic nsandler
2023-06-06 09:15:09

Hello,

 

Have you installed Python? If not, you can try to install Python first and remember to select the box that says “add Python to path”, this will add Python to the system path and ensure Python functions properly.

 

Regards,

userHeadPic xingzhao.zhu