ValueError: --enable-zlib requested but zlib not found, aborting.
See original GitHub issue/sysinfo
• System Information: Model: Mac Mini (Late 2014)
• CPU: Intel Core i5-4278U (4 Threads, 2 Cores) @ 2.60 GHz
• Memory: 8.00 GB • Uptime: 5 hours • Disk Space: 998.98 GB
• Graphics: Intel Iris
• Screen Resolution: 1920 x 1080
• OS: OS X El Capitan (Version 10.11.1, Build 15B42)
info
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Zlib error when installing Pillow on Mac - Stack Overflow
I've installed Xcode, so theoretically zlib is already installed, ... f)) ValueError: --enable-zlib requested but zlib not found, aborting.
Read more >Zlib error when installing Pillow on Mac - Python - DevPress
I've installed Xcode, so theoretically zlib is already installed, ... f)) ValueError: --enable-zlib requested but zlib not found, aborting.
Read more >Python – get an error when installing Pillow 3.0.0 on Ubuntu
No matter what I do (download and try to sudo python setup.py install or sudo -H ... f)) ValueError: --enable-zlib requested but zlib...
Read more >No module named 'PIL' ( Python 3.4.3 , (1, 8, 7, 'final', 0)-django
ValueError : --enable-zlib requested but zlib not found, aborting. install the zlib-devel package: sudo yum install zlib-devel. And if you get the error:...
Read more >Python Pillow 3 with Alpine Linux - Nology
ValueError : --enable-zlib requested but zlib not found, aborting. Even explicitly installing zlib (as required) does not help getting rid of ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
just searched this up, try running
xcode-select --install
and then installing https://github.com/python-pillow/Pillow/issues/1461Fixed by http://stackoverflow.com/questions/22728468/osx-pillow-incompatible-library-version-libtiff-5-dylib-libjpeg-8-dylib . Closing.