Hi all,
I'm trying to complie my code for a ESP8266 and I keep getting this error: "exec: "C:\Users\MJB\AppData\Local\Arduino15\packages\esp8266\tools\python3\3.7.2-post1/python3": file does not exist
Error compiling for board NodeMCU 1.0 (ESP-12E Module)."
I am not using python, just regular C++ for coding. I 'd appreciate some help to discover what I am doing wrong.
Unlike
`
The tool chain uses python for some things. You may need to install python or I have seen cases where a link called python3 can point to python but your best bet is just to install python.
On my Mac if I go into Terminal and type python3 I see this (I also don't know or use python)
On this Windows box, I have all the tools on a Dev Drive, which is drive E:, including the Arduino15 directory. Anyway, check what's in the directory mentioned. Here's the top
Do you have both files? Also, the path you posted mixed both mostly Windows backslash \ and Linux+Mac forward slash / at the end, but that's usually not a problem. It's also missing .exe, which might matter.
neither of the two exe files are there in the 3.7.2-post1 directory.
what is the best way to get these files? I wonder if windows prevented these files from being installed?
Found the exe's in a zipped file and Pasted then into the directory where they were missisng. Now I get the following verbose from verifying the program: