ParallelSSH / ssh2-python

Python bindings for libssh2 C library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
228 stars 70 forks source link

Missing Linux AArch64 wheels on PyPI #153

Closed odidev closed 2 years ago

odidev commented 2 years ago

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.