Problem
On linux aarch64, pip install redislite builds the wheels from source code and then installs it. It requires the user to have a development environment installed on their system. Also, it takes more time to build the wheels than downloading and extracting the wheels from PyPI.
Resolution
On aarch64, pip install redislite should download the wheels from PyPI.
@dwighthubbard, May I know your interest/plans for releasing aarch64 wheels?
Problem
On linux aarch64,
pip install redislitebuilds the wheels from source code and then installs it. It requires the user to have a development environment installed on their system. Also, it takes more time to build the wheels than downloading and extracting the wheels from PyPI.Resolution
On aarch64,
pip install redisliteshould download the wheels from PyPI.@dwighthubbard, May I know your interest/plans for releasing aarch64 wheels?