You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to build nodemcu-pyflasher to run it in Windows to program an ESP8266.
I found some issues, but finally I managed to do it.
Just if it's helpful for anyone, this are the main points to do it:
Use Python 3.10. To be more specific, I use Python 3.10.11
Use PyInstaller 4.10 (requirements file indicates 4.8)
Use wxPython 4.2.1 (requirements file indicates 4.1.1)
Use Espytools 3.3.3 (requirements file indicates equal or greater than 3.0, so the version 4.x.x was installed. But it gives an error of an incorrect path or non existing file during uploading).
Hope it helps!
The text was updated successfully, but these errors were encountered:
I used pyinstaller 6.0 and it worked, anything lower wouldnt.
i didnt really change anything else
side note, i did have to change one of the build params in the script but it seems inconsequential
I'm on python 3.12.4
Hello,
I've been trying to build nodemcu-pyflasher to run it in Windows to program an ESP8266.
I found some issues, but finally I managed to do it.
Just if it's helpful for anyone, this are the main points to do it:
Hope it helps!
The text was updated successfully, but these errors were encountered: