[Django]-ImportError: libjpeg.so.8: cannot open shared object file: No such file or directory

4👍

Pillow fixed this in version 3.3 and above, upgrading the package did work for me 🙂

pip install Pillow==4

or

pip install Pillow --upgrade

Here are some related Pillow issues on github:

#1952
#2123
#2167

Leave a comment