Brotli wheel for arm64 #457

Closed
opened 2026-01-29 20:44:10 +00:00 by claunia · 3 comments
Owner

Originally created by @special-character on GitHub (May 30, 2023).

Tried installing brotli on an arm64 mac and it doesn't seem to have a wheel.

ex:

#0 0.677 ERROR: Brotli-1.0.9-cp38-cp38-manylinux1_x86_64.whl is not a supported wheel on this platform.                                                                                                                                                                         
#0 0.717 Command exited with non-zero status 1

My env

Darwin MAC-BROBERTS 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:01 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T6000 arm64

Am I missing the wheel for arm64 or do we need to build one?

Originally created by @special-character on GitHub (May 30, 2023). Tried installing brotli on an `arm64` mac and it doesn't seem to have a wheel. ex: ``` #0 0.677 ERROR: Brotli-1.0.9-cp38-cp38-manylinux1_x86_64.whl is not a supported wheel on this platform. #0 0.717 Command exited with non-zero status 1 ``` My env ``` Darwin MAC-BROBERTS 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13 17:33:01 PDT 2021; root:xnu-8019.41.5~1/RELEASE_ARM64_T6000 arm64 ``` Am I missing the wheel for arm64 or do we need to build one?
Author
Owner

@anthrotype commented on GitHub (May 30, 2023):

We do provide universal2 wheels for macos that should work on both x86_64 and arm64 platforms

See https://pypi.org/project/Brotli/#files

What python and pip version do you have?

@anthrotype commented on GitHub (May 30, 2023): We do provide universal2 wheels for macos that should work on both x86_64 and arm64 platforms See https://pypi.org/project/Brotli/#files What python and pip version do you have?
Author
Owner

@special-character commented on GitHub (May 30, 2023):

Thanks for the extra info, I wonder what I am doing wrong 🤔

I am using python 3.11.3 and pip 23.1.2.

I do see those universal wheel files, I wonder why pip isn't trying to grab from there? Anyhoo, at least I know this should work. Going to dig some more.

@special-character commented on GitHub (May 30, 2023): Thanks for the extra info, I wonder what I am doing wrong 🤔 I am using python `3.11.3` and pip `23.1.2`. I do see those universal wheel files, I wonder why pip isn't trying to grab from there? Anyhoo, at least I know this *should* work. Going to dig some more.
Author
Owner

@special-character commented on GitHub (May 31, 2023):

Closing this issue because I was able to install the universal whl for brotli.

@special-character commented on GitHub (May 31, 2023): Closing this issue because I was able to install the universal whl for brotli.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#457