Missing Linux AArch64 wheels on PyPI
odidev opened this issue · 0 comments
odidev commented
Bug reports
Missing Linux AArch64 wheels on PyPI so on AArch64 machine it takes time to build and install form the source code rather than just downloading the wheels form PyPI. It also requires user to have the development environment installed on his system to build and install it.
Steps to reproduce:
Run pip install ssh2-python
on aarch64 machine
Expected behaviour:
Linux AArch64 wheels should be download from PyPI.
Actual behaviour:
Downloads the source distribution and builds it.