Got some error when install Pillow
ValueError: --enable-jpeg requested but jpeg not found
I giveup for Python 3 then setup again with Python 2 because it need libjpeg-dev
sudo apt-get install libjpeg-dev
Also reinstall Pillow
# reinstall pillow
pip install --no-cache-dir -I pillow