saghul / pycares

Python interface for c-ares
https://pypi.org/project/pycares/
MIT License
163 stars 74 forks source link

Add aarch64 wheel #142

Closed odidev closed 3 years ago

odidev commented 3 years ago

Problem: On aarch64 machine, pip install pycares downloads the source distribution of pycares and build the same. It takes some time to install/use the package. Also, it requires development environment to be installed(gcc) to build through source code.

Solution: pip install pycares should be able to download aarch64 wheel and install it.

Suggestion: I can make a PR to build/upload wheels on pypi. @saghul, please let me know your interest here.

saghul commented 3 years ago

3.2.3 is out with aarch64 wheels.