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.
- [Answer]-Using promises with directives in angularjs
- [Answer]-Add instance methods to User object that uses related models
- [Answer]-How to get Jenkins pending build id in python
- [Answer]-Testing subdomain in development settings. foo.localhost:8000/
- [Answer]-Custom Cleaner on Django Form – Not working
Source:stackexchange.com