[Answer]-How do I fix this image upload error in my website? Site is built on Python

1👍

You neeed to install PIL, if you have installed pip, you only need to install it with:

pip install pil

But do you could need some libraries like libjpeg62-dev

Leave a comment