[Answer]-Django PIL – how to install to system site-packages?

1👍

First to check whether any package is installed use:

pip freeze

libjpeg-dev is required for PIL to process jpeg format.
Use the following link for any other PIL errors:
https://stackoverflow.com/a/10109941/2323987

Leave a comment