Me gustaría instalar PIL by Pip pero el código no tiene éxito
pip install PIL
Collecting PIL
Could not find a version that satisfies the requirement PIL (from versions: )
No matching distribution found for PIL
Sé que el subproceso obsoleto aquí sobre ¿Cómo puedo instalar PIL en mac os x 10.7.2 Lion , y mis versiones deberían estar bien, ya que están más actualizadas. Versiones de My Pip y Python en OS X 10.11.4 El Capitán
pip --version
pip 8.1.1 from /Library/Python/2.7/site-packages (python 2.7)
Mi pip está instalado por sudo python get-pip.py
del sitio madre.
Tengo el xcode más nuevo instalado
gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
Apple LLVM version 7.3.0 (clang-703.0.29)
Target: x86_64-apple-darwin15.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
¿Cómo puedes instalar Pil en OS X 10.11.4?