Infrastructure
Installing large PIP packages on a tiny Armbian System
The Banana PI Zero has only 500 MB Ram. Armbian keeps the /tmp directory in a Ram Disk which has only 197884 bytes available: So I ended up with the following errors when I tried to install pyspark, numpy or other bigger libraries: Memory Error [Errno 28] No space left on device socket.timeout: The read operation timed out It seems to be more reliable to install the library with apt if it is available: apt Read more…