-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
hey, I was trying to install Pillow on Alpine Linux 3.3 official docker container by "pip install pillow", but I get this error:
ValueError: --enable-zlib requested but zlib not found, aborting.
I have installed all the zlib library as I know, zlib-dev, libzip-dev by "apk add", and I checked /usr/include/libzip.h, which is 1.2.8, I'm not sure if there's something wrong with the library file or filename.
UPDATE: After I copied /lib/libz.so and /lib/libz.a to /usr/lib/ (which is installed by default), the installation has finished successfully. Guess /lib/ should be in the library check list?
andreis, prologic, Madalosso, kevlarr, lanmaolaboratory and 4 more