How to install PIL with pip on Mac OS?
Install Xcode and Xcode Command Line Tools as mentioned. Use Pillow instead, as PIL is basically dead. Pillow is a maintained fork of PIL. https://pypi.org/project/Pillow/ pip install Pillow If you have both Pythons installed and want to install this for Python3: python3 -m pip install Pillow