I installed PyInstaller on a Mac Big Sur with M1 using brew. The standard pip install pyinstaller didn't work for me.
I can package a simple helloworld.py, but when I run it on either the same M1 machine or an Intel machine I get zsh: killed. I saw some discussion on GitHub about ad-hoc signing of the --onedir contents. I tried that, but that doesn't fix the issue. Does PyInstaller work in Big Sur/M1? Is there a build that's more recent than what brew has that I need to install? -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyinstaller/9819b8de-a382-4d9e-95a0-313daa723652n%40googlegroups.com.
