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

Question: Is it possible to make the universal (x86_64 + arm64) binary for macOS? #308

Open
Gdalik opened this issue Mar 23, 2024 · 1 comment

Comments

@Gdalik
Copy link

Gdalik commented Mar 23, 2024

Hi!

It would be cool if you added the 'fat' binaries...
I can build my app natively both for Intel and for Silicon with PyInstaller on the corresponding machines. This is not very comfortable, since I own only the Mac mini with Intel processor...
It seems impossible to force it to make an arm64 build on x86_64 machine, but has the universal2 mode, which requires the support of universal binaries for all the app dependencies. Currently, when trying to make a universal build, it gives out:

PyInstaller.utils.osx.IncompatibleBinaryArchError: /Users/gdaliymac/Desktop/EarQuiz Frequencies/venv_py3.11/lib/python3.11/site-packages/pedalboard_native.cpython-311-darwin.so is not a fat binary!

Thanks!

@Gdalik
Copy link
Author

Gdalik commented Mar 27, 2024

UPD: I see that you have them in version 0.9.3, but they are available starting from macOS 13 (Ventura)...
The problem is that I have macOS 12 Monterey and cannot install it...

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

1 participant