Hi, did you ever get this problem with pyinstaller resolved? I'm using python 3.9 on a Mac with Big Sur. When I double click the .app, the icon briefly flashes in the icon tray, and the app crashes. The only relevant lines I can find in the Problem Report are as follows:
Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008 Exception Note: EXC_CORPSE_NOTIFY Termination Signal: Segmentation fault: 11 Termination Reason: Namespace SIGNAL, Code 0xb Terminating Process: exc handler [88468] Thanks Paul On Tuesday, April 27, 2021 at 11:01:15 AM UTC-4 [email protected] wrote: > 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/73e9bc45-701b-4992-8a9a-6847b518dc65n%40googlegroups.com.
