Skip to content
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

Build nodemcu-pyflasher in 2024 #103

Open
Doohan23 opened this issue Mar 10, 2024 · 1 comment
Open

Build nodemcu-pyflasher in 2024 #103

Doohan23 opened this issue Mar 10, 2024 · 1 comment

Comments

@Doohan23
Copy link

Doohan23 commented Mar 10, 2024

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:

  • 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!

@amelted
Copy link

amelted commented Jul 8, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants