MagicStack/httptools

Wheel support for linux aarch64

Closed this issue · 1 comments

Summary
Installing httptools on aarch64 via pip using command "pip3 install httptools" tries to build wheel from source code

Problem description
httptools doesn't have wheel for aarch64 on PyPI repository. So, while installing httptools via pip on aarch64, pip builds wheel for same resulting in it takes more time to install httptools. Making wheel available for aarch64 will benefit aarch64 users by minimizing httptools installation time.

Expected Output
Pip should be able to download httptools wheel from PyPI repository rather than building it from source code.

@httptools-team, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make httptools wheel available for aarch64. It will be a great opportunity for me to work with you.

Fixed in 2f57b6b.