

#Install pil for mac install#
# or install it for just you without requiring admin permissions:
#Install pil for mac download#
You may then need to add the install directory ( $(brew -prefix)/lib/python2.7/site-packages) to your PYTHONPATH, or add the location of PIL directory itself in a file called PIL.pth file in any of your site-packages directories, with the contents: /usr/local/lib/python2.7/site-packages/PILĪlternatively, you can just download/build/install it from source: # download If you use, you can install the PIL with just brew install pil.

#Install pil for mac mac os x#
See How can I install PIL on mac os x 10.7.2 Lion Unable to execute clang: No such file or directoryĮrror: command 'clang' failed with exit status 1Ĭomplete output from command /usr/bin/python -c "import setuptools _file_='/private/tmp/pip_build_root/PIL/setup.py' exec(compile(open(_file_).read().replace('\r\n', '\n'), _file_, 'exec'))" install -record /tmp/pip-AYrxVD-record/install-record.txt -single-version-externally-managed:Ĭopying PIL/XVThumbImagePlugin.py -> build/lib.macosx-10.8-intel-2.7Ĭreating build/temp.macosx-10.8-intel-2.7Ĭreating build/temp.macosx-10.8-intel-2.7/libImagingĬould you please help me to install PIL? using frameworks at /System/Library/FrameworksĬlang -fno-strict-aliasing -fno-common -dynamic -g -Os -pipe -fno-common -fno-strict-aliasing -fwrapv -mno-fused-madd -DENABLE_DTRACE -DMACOSX -DNDEBUG -Wall -Wstrict-prototypes -Wshorten-64-to-32 -DNDEBUG -g -Os -Wall -Wstrict-prototypes -DENABLE_DTRACE -arch i386 -arch x86_64 -pipe -IlibImaging -I/System/Library/Frameworks/amework/Versions/2.7/include -I/System/Library/Frameworks/amework/Versions/2.7/include/python2.7 -c _imaging.c -o build/temp.macosx-10.8-intel-2.7/_imaging.o WARNING: '' not a valid package name please use only.-separated package names in setup.py Running setup.py egg_info for package PIL Future versions of pip will default to disallowing insecure files.ĭownloading PIL-1.1.7.tar.gz (506kB): 506kB downloaded You are installing a potentially insecure and unverifiable file.

Running setup.py egg_info for package PIL Preparing Your Working Environment Introduction Installing matplotlib.

I am trying to install PIL (the Python Imaging Library) using the command: sudo pip install pilīut I get the following message: Downloading/unpacking PIL
