

#INSTALL PIP FOR PYTHON 3 MAC INSTALL#
"), _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Ĭ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. 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(" 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
#INSTALL PIP FOR PYTHON 3 MAC UPGRADE#
pip install requests Solution 5: Here is my simple solution: If you have python2 and python3 both installed in your system, the pip upgrade will point to python2 by default. You are installing a potentially insecure and unverifiable file. Solution 4: Plus: when you install requests with python3, the command is: pip3 install requests not.

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
