Summary
Installing yarl on aarch64 via pip using command "pip3 install yarl" tries to build wheel from source code.
Problem description
yarl doesn't have wheel for aarch64 on PyPI repository. So, while installing yarl via pip on aarch64, pip builds wheel for same resulting in it takes more time to install yarl. Making wheel available for aarch64 will benefit aarch64 users by minimizing yarl installation time.
Expected Output
Pip should be able to download yarl wheel from PyPI repository rather than building it from source code.
@yarl-taem, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make yarl wheel available for aarch64. It will be a great opportunity for me to work with you.
Summary
Installing yarl on aarch64 via pip using command "pip3 install yarl" tries to build wheel from source code.
Problem description
yarl doesn't have wheel for aarch64 on PyPI repository. So, while installing yarl via pip on aarch64, pip builds wheel for same resulting in it takes more time to install yarl. Making wheel available for aarch64 will benefit aarch64 users by minimizing yarl installation time.
Expected Output
Pip should be able to download yarl wheel from PyPI repository rather than building it from source code.
@yarl-taem, please let me know if I can help you building wheel/uploading to PyPI repository. I am curious to make yarl wheel available for aarch64. It will be a great opportunity for me to work with you.