[Django]-How may i install the Python Imaging Library to django environment?

7👍

Try this:

pip install PIL --allow-external PIL --allow-unverified PIL
👤jetlej

0👍

You can use Pillow
–> pip install Pillow

Leave a comment