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
Alpine Linux uses musl libc. You probably need to install musl-dev.
musl-dev