python - Installing and Using PIL 1.1.7 on OS 10.9.5 Marvericks -
python - Installing and Using PIL 1.1.7 on OS 10.9.5 Marvericks -
i have started learning python programing , tried install pil on macos 10.9.5 marvericks using pip(1.5.6).
of course of study referred other same question installing pil, cannot figure out problem.
_imagingft.c:73:10: fatal error: 'freetype/fterrors.h' file not found
**#include freetype/fterrors.h
^
1 error generated.
error: command 'clang' failed exit status 1
the error occurred above.
i add together
ln -s /usr/local/include/freetype2 /usr/local/include/freetype
and terminal shows
ln: /usr/local/include/freetype: file exists
and next add
pip install pil --allow-external pil --allow-unverified pil
but same error remains.
i installed xcode(6.1), x11(2.7.7). freetype ver. 2.5.3_1. python ver. 2.7.6.
i appreciate if teach should do.
python osx python-2.7 pip python-imaging-library
Comments
Post a Comment