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

fix(binaries): Fix arm64 mac binary tags #196

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

joeyparrish
Copy link
Member

I used docs on the Python wheel format to determine that the bit with the OS and CPU is called the "platform tag". Then I found a discussion of macOS platform tags that gave me the hint that arm64 wheels need to specify macOS 11 at a minimum.

Closes #194

I used docs on the [Python wheel format][] to determine that the bit with the OS and CPU is called the "platform tag".  Then I found a [discussion of macOS platform tags][] that gave me the hint that arm64 wheels need to specify macOS 11 at a minimum.

[Python wheel format]: https://peps.python.org/pep-0427/
[discussion of macOS platform tags]: pypa/wheel#387

Closes shaka-project#194
@joeyparrish joeyparrish requested review from avelad, theodab and mariocynicys and removed request for avelad November 8, 2024 18:55
@joeyparrish joeyparrish merged commit f06e010 into shaka-project:main Nov 10, 2024
16 checks passed
@joeyparrish joeyparrish deleted the fix-mac-binaries branch November 10, 2024 19:20
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

Successfully merging this pull request may close these issues.

Installation from pip3 is not working on MacBookPro with M2 Pro
2 participants