Skip to content

Instantly share code, notes, and snippets.

@mrigor
Created July 17, 2012 23:50
Show Gist options
  • Save mrigor/3132997 to your computer and use it in GitHub Desktop.
Save mrigor/3132997 to your computer and use it in GitHub Desktop.
Upload a valid image. The file you uploaded was either not an image or a corrupted image. FIX
sudo apt-get install libjpeg8 libpng12-0 libfreetype6 zlib1g
sudo ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib
sudo ln -s /usr/lib/x86_64-linux-gnu/libfreetype.so /usr/lib
sudo ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib
pip install PIL
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment