uploadcare / pillow-simd

The friendly PIL fork
https://python-pillow.github.io/pillow-perf/
Other
2.16k stars 85 forks source link

Installation: missing zlib library #90

Closed oavrahami closed 4 years ago

oavrahami commented 4 years ago

What did you do?

Tried to install pillow-simd on a fresh environment:

$ pip install pillow-simd

What did you expect to happen?

Installation goes successfully.

What actually happened?

Got an error:

...
The headers or library files could not be found for zlib,
a required dependency when compiling Pillow from source.
...

I've verified that I have the zlib library installed:

$ brew list | grep zlib
zlib

What are your OS, Python and Pillow versions?

homm commented 4 years ago

This is not SIMD-specific. Please follow this instruction: https://pillow.readthedocs.io/en/stable/installation.html#building-from-source

If you still have an issue with building Pillow from sources, fill a report.