Yes and no. I installed Conda Python 3.9.2 and Pyinstaller from:

pip install git+
https://github.com/rokm/pyinstaller.git@macos11-arm64-support-cleanup

At that point Pyinstaller was complaining about a missing bootloader. I
have a colleague  with a similarly configured machine. He gave me his
bootloader files (arm64 among them) to replace mine, but that failed to fix
the issue.

Then I literally copied his entire Pyinstaller over mine and that fixed the
problem, kind of.

Now I can build packages with --onefile option. The non-onefile packages
fail to run. I think they complain of missing modules, I can't remember
exactly. And this is just when packaging a trivial print('Hello World')
script.

I am also setting all this up in a Conda env, I don't know if that could
complicate things. I'm definitely packaging while the env is activated.
On 5/19/21 10:11 AM, Paul Fishback wrote:

Hi,

Did you ever get this issue resolved by chance? (Sorry if this message is a
duplicate.)

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/5775490f-ed8a-4937-84c8-6db03d72b821n%40googlegroups.com
<https://groups.google.com/d/msgid/pyinstaller/5775490f-ed8a-4937-84c8-6db03d72b821n%40googlegroups.com?utm_medium=email&utm_source=footer>
.

-- 
Igor Riđanović

www.metafide.com

-- 
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/CAOy8y%2BETsiUmy6iJQtjLO%2Bm_KeqLUGRa-zTj8u0mzq75YsqOjw%40mail.gmail.com.

Reply via email to