I\'m running alpine-linux on a Raspberry Pi 2. I\'m trying to install Pillow via this command:
pip install pillow
This is the output from the
@zakaria answer is correct, but if you stumble upon
fatal error: linux/limits.h: No such file or directory
then you need the package linux-headers (notice the prefix linux before limits.h
linux-headers
linux
limits.h
apk add linux-headers