Skip to content
amazingguni edited this page Feb 15, 2020 · 10 revisions

Welcome to the pyconkr wiki!

Required Package

mac μ‚¬μš©μžλ“€μ„ μœ„ν•œ μ„€μΉ˜λ²•

# https://github.com/python-pillow/Pillow/issues/3438
$ brew install zlib
# https://medium.com/@mohammedhammoud/install-pillow-on-mac-os-x-de2d3d0b3975
$ brew install libjpeg

Trouble Shooting

zlib κ΄€λ ¨ λ¬Έμ œκ°€ λ°œμƒν–ˆμ„ λ•Œ,

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

https://github.com/python-pillow/Pillow/issues/3438#issuecomment-543812237

해결법

$ export CPATH=`xcrun --show-sdk-path`/usr/include
Clone this wiki locally