[Answer]-PIL installed but images are still not saving

1👍

I don’t know whether I am correct or not but some one has written in his blog that one should be careful while using sudo command with pip. I was using the sudo command with pip for installing PIL i.e I was running sudo pip install PIL. This command installed PIL. But it was not working for me.

Then I simply run pip install PIL, it gives me some permission error like `access denied’. I resolved those permission problem and find out that now images are storing properly on the server and I didn’t get any error further. I don’t know why but it worked for me. Thanks to all of you.

0👍

Make sure that you have only one libjpeg version installed:

lsof | grep libjpeg

It turned out to be exactly my case.

Leave a comment