Closed tommyjtl closed 2 years ago
PyInstaller only just added M1 support a couple of days ago: https://github.com/pyinstaller/pyinstaller/pull/5581. I guess I should mention this on the releases page.
I have tested on macOS Monterey 12.0.1 (21A559) on my M1 Mac mini , and all things went well.
Since PyInstaller has released v4.7
, maybe you can consider to update nodemcu-pyflasher for better performance.
@marcelstoer I checked out the latest version from git yesterday, and had to make 2 small changes to requirements.txt:
After those changes, building on M1 Pro works out of the box.
diff --git a/requirements.txt b/requirements.txt
index cc04c8c..0e23417 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
-esptool>=3.0
+esptool~=3.3.1
pyserial~=3.5
wxPython~=4.1.1
-PyInstaller~=4.8
+PyInstaller~=4.10
httplib2>=0.18.1
pyinstaller-versionfile>=2.0.0
See below screenshot and warning: