Closed
Description
I am using uvloop on Raspberry Pi Zero (many of them ;)). To upgrade to new version, due to memory limitations, one has to go through the following procedure
- Stop as many applications as possible to free the memory.
- Create 512M swap file (less might be required).
- Start installation of
uvloop
. - Get coffee. ;)
As uvloop
provides wheel files for several platforms, IMHO, it would be a great addition to have a wheel file for Raspberry Pi to avoid the above hassle. The target platform would be armv6
.