Skip to content

Instantly share code, notes, and snippets.

@amaudy
Last active October 31, 2015 18:14
Show Gist options
  • Save amaudy/1ac6db3858de7b2e6d83 to your computer and use it in GitHub Desktop.
Save amaudy/1ac6db3858de7b2e6d83 to your computer and use it in GitHub Desktop.
Error install Pillow

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment