- Notifications
You must be signed in to change notification settings - Fork216
Fix uploader for python3 compat and core 2.6.x#65
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
The core moved to python3 because python (2) is EOL on January 1, 2020.Move the search paths and platform variables to use python3 instead.Remove the no longer needed --end parameter to upload.py
devyte commentedNov 24, 2019
@me-no-dev ping |
devyte commentedNov 25, 2019
Thanks! |
Yeah :D now onto fixing CI, upgrading version and release :P |
like that nickelback song was saying... it' been a while |
Argh,@me-no-dev , looks like the released ZIP doesn't work with Arduino IDE: This is with Arduino 1.8.8:
|
I think the problem stems from the -target 11. When I build w/1.8 it seems to work OK
Attached a build with 1.8. |
yes that is it, but this is what is on my machine :( and travis seems to break |
Bubble007 commentedMar 1, 2020
Hello alltogether, I have a problem to install the Arduino plugin for uploading files to ESP8266 file system. I get the error message: “Python was not found but can be installed from the Microsoft Store:https://go.microsoft.com/fwlink?linkID=2082640SPIFFS Upload failed!” I have Win 10 and der Arduino Ide 1.8.12. I installed also Python 3. I have installed the ESP8266FS-0.5.0.zip from earlephilhower in the comment on 25 Nov 2019. All doesn’t help. Can you help? |
The core moved to python3 because python (2) is EOL on January 1, 2020.
Move the search paths and platform variables to use python3 instead.
Remove the no longer needed --end parameter to upload.py