I\'m trying to install Pillow on Ubuntu 14.04 using this command:
pip install Pillow
but the installation fails with this error:
You need to follow this tutorial Install pillow doc.
If you had installed, just uninstall and reinstall again:
$ pip uninstall pillow $ pip install pillow --no-cache-dir