-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
All python build from source fail with error on my Mac #122050
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
Comments
I'm not sure this is a CPython issue. Based on this issue, this issue, and this issue from Pyenv, it looks like you're attempt to build CPython for ARM64 from an x86 Homebrew installation. |
As @ZeroIntensity writes this is due to having some libraries on the system that don't support the arm64 architecture, with as the most likely explanation that you have a homebrew installation for x86_64. One way to verify: configure python with |
Okay, so it seems to have worked correctly this time until the very end, during
Edit: |
What worked for me (trying to build arm64 version of Python using pyenv) was to install Also, if you have multiple Homebrew versions installed, you may want to use something like this in your shell profile:
|
For the record, having GNU |
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
CPython versions tested on:
3.13
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: