You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FAQ says "Generally speaking, because Pip 20.3 is required for the universal2 wheel, most packages should provide both x86_64 and one of universal2/arm64 wheels. When Pip 20.3+ is common on macOS, then it might be possible to ship only the universal2 wheel."
Is Pip 20.3+ now common enough on macOS? I think the answer is yes, since a few paragraphs above it says that Pip 20.3+ is required to install an x86_64 binary wheel on Big Sur and above, and Big Sur was released in 2020. The only time you'd be able to install an x86_64 binary wheel but unable to install a universal2 one would be if you were running a 5+ year old operating system on an intel mac (and have not updated pip in that time).
I think this recommendation can be updated to specify that the two reasonable options are either universal2 alone, or x86_64 and arm64, and remove references to the combination of x86_64 and universal2.
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered:
It's still a choice though if you want dual wheels or a universal wheel; especially with native runners now, I think quite a few packages go with dual wheels.
You can merge a wheel into a universal wheel, which someone should research and put a guide on probably.
especially with native runners now, I think quite a few packages go with dual wheels.
Dual wheels are appealing because that's what we're doing on linux and windows. But the native runner issue will turn the other way one day as the intel macOS runners are decommissioned (I haven't seen any public timelines from github but patterns from older macOS images suggest macos-13 could be gone in less than a year, and they haven't made newer images for intel hardware).
Description
The FAQ says "Generally speaking, because Pip 20.3 is required for the universal2 wheel, most packages should provide both x86_64 and one of universal2/arm64 wheels. When Pip 20.3+ is common on macOS, then it might be possible to ship only the universal2 wheel."
Is Pip 20.3+ now common enough on macOS? I think the answer is yes, since a few paragraphs above it says that Pip 20.3+ is required to install an x86_64 binary wheel on Big Sur and above, and Big Sur was released in 2020. The only time you'd be able to install an x86_64 binary wheel but unable to install a universal2 one would be if you were running a 5+ year old operating system on an intel mac (and have not updated pip in that time).
I think this recommendation can be updated to specify that the two reasonable options are either universal2 alone, or x86_64 and arm64, and remove references to the combination of x86_64 and universal2.
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: