-
Notifications
You must be signed in to change notification settings - Fork 4
Home
SiYoungOh edited this page Feb 15, 2020
·
10 revisions
Welcome to the pyconkr wiki!
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
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
python manage.py compilemessages
CommandError: Can't find msgfmt. Make sure you have GNU gettext tools 0.15 or newer installed.
ν΄κ²°λ² mac os brew μ€μΉλμ΄μμ κ²½μ°,(μΆμ²)
$ brew link gettext --force