-
-
Notifications
You must be signed in to change notification settings - Fork 894
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile error with ESP32-S2 Feather and MySensor Example Sketch #1563
Comments
The esp32 library version (2.0.15) is probably incompatible. Try downgrading to ESP32 1.0.4. |
This appears to have removed the "Adafruit Feather ESP32-S2" from the available boards in in the manager and the only one that is now available and seems relevant is the "ESP32 Dev Module", but I am getting an error with that one also. I copied the last few lines of the compile error below, but only the last two lines were in red starting with "exec:" Using library MySensors at version 2.3.2 in folder: /Users/bjw58994/Documents/Arduino/libraries/MySensors Compilation error: exec: "python": executable file not found in $PATH |
The lines above what I shared previously include the only other mention of the word "python" in the entire error. I have them copied below. I am also planning to do some searching for this error online and will post an update if I find a solution. Archiving built core (caching) in: /private/var/folders/jj/xqz4b04n3sdc0p0591lk9wr067pzwj/T/arduino/cores/5256a81cfda5790d3a36fd47107ee112/core.a |
I was able to find a fix to the error at the following site on stackoverflow: [https://stackoverflow.com/questions/60762378/exec-python-executable-file-not-found-in-path]. It appears to me, as a newbee, that there was an issue connecting the anticipated version of python with the current version on my Mac. Perhaps this is not a correct assessment, but entering the following line into terminal seems to have fixed the issue. sed -i -e 's/=python /=python3 /g' ~/Library/Arduino15/packages/esp32/hardware/esp32/*/platform.txt |
I am having a compile error in Arduino IDE v.2.3.2 installed on my MacBook Air running OSX 14.4.1 when I attempt to verify or upload an example sketch from the MySensors Library (v.2.3.2) onto an ESP32-S2 Feather with BME280 board. The sketch is the “GatewayESP32” example from the library with no changes made. I have gone through and checked to see if I have any duplicate libraries and removed some that appeared to be listed in the compile error and then reinstalled, but none of this has worked. I also uninstalled and reinstalled the ESP32 board. Thanks in advance if you are able to help figure this out.
Compile Error.txt
GatewayESP32.txt
The text was updated successfully, but these errors were encountered: