With:
- Arduino IDE 1.8.12
- "git" version of the ESP8266 library and core, recently updated with "git pull"
- python3 installed at "C:\Users\NewStdUser\AppData\Local\Programs\Python\Python38-32"
- python2 installed at "C:\Python27"
I get the following error messages (in bold below) and need help resolving them. Presumably I need to point the IDE to a different location for Python, but I don't know how to do that. Also not sure how to resolve the missing .h file problem.
This didn't happen before this update, when I was using a much older git version (from 2016, due to Found a way to upload data VERY fast by wifi · Issue #1853 · esp8266/Arduino · GitHub)
Arduino: 1.8.12 (Windows 7), Board: "Adafruit Feather HUZZAH ESP8266, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 115200"
C:\Program Files (x86)\Arduino\arduino-builder -dump-prefs -logger=machine -hardware
C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\NewStdUser\AppData\Local\Arduino15\packages -hardware C:\Users\NewStdUser\Documents\Arduino\hardware -tools
C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools C:\Users\NewStdUser\AppData\Local\Arduino15\packages -built-in-libraries
C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\NewStdUser\Documents\Arduino\libraries -fqbn=esp8266com:esp8266:huzzah:xtal=80,vt=flash,exception=legacy,ssl=all,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200 -ide-version=10812 -build-path
C:\Users\NEWSTD~1\AppData\Local\Temp\arduino_build_70484 -warnings=default -build-cache
C:\Users\NEWSTD~1\AppData\Local\Temp\arduino_cache_524007 -prefs=build.warn_data_percentage=75 -verbose C:\Users\NewStdUser\Documents\Arduino\BirdHouse\Wesp06c\Wesp06c.ino
C:\Program Files (x86)\Arduino\arduino-builder -compile -logger=machine -hardware C:\Program Files (x86)\Arduino\hardware -hardware C:\Users\NewStdUser\AppData\Local\Arduino15\packages -hardware C:\Users\NewStdUser\Documents\Arduino\hardware -tools C:\Program Files (x86)\Arduino\tools-builder -tools C:\Program Files (x86)\Arduino\hardware\tools\avr -tools
C:\Users\NewStdUser\AppData\Local\Arduino15\packages -built-in-libraries C:\Program Files (x86)\Arduino\libraries -libraries C:\Users\NewStdUser\Documents\Arduino\libraries -fqbn=esp8266com:esp8266:huzzah:xtal=80,vt=flash,exception=legacy,ssl=all,eesz=4M2M,ip=lm2f,dbg=Disabled,lvl=None____,wipe=none,baud=115200 -ide-version=10812 -build-path
C:\Users\NEWSTD~1\AppData\Local\Temp\arduino_build_70484 -warnings=default -build-cache
C:\Users\NEWSTD~1\AppData\Local\Temp\arduino_cache_524007 -prefs=build.warn_data_percentage=75 -verbose C:\Users\NewStdUser\Documents\Arduino\BirdHouse\Wesp06c\Wesp06c.ino
Using board 'huzzah' from platform in folder: C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266
Using core 'esp8266' from platform in folder: C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266
"C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266/tools/python3/python3" "C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266/tools/makecorever.py" --build_path "C:\Users\NEWSTD~1\AppData\Local\Temp\arduino_build_70484" --platform_path "C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266" --version unix-2.7.0-dev
exec: "C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266/tools/python3/python3": file does not existError compiling for board Adafruit Feather HUZZAH ESP8266.
Invalid library found in C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266\libraries\ESP8266SdFat: no headers files (.h) found in C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266\libraries\ESP8266SdFat
Invalid library found in C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266\libraries\SoftwareSerial: no headers files (.h) found in C:\Users\NewStdUser\Documents\Arduino\hardware\esp8266com\esp8266\libraries\SoftwareSerial