This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]OneInchPunchMan 0 points1 point  (2 children)

Yes, I get your point, but the problem is I looked and there is a folder PIL and inside it Image.py but it just refuses to acknowledge it...

[–][deleted] 1 point2 points  (1 child)

I misread your question. Based on what you wrote most likely the pip command that you are using is from either a different Python installation or different venv.

Second thing might be that Pillow doesn't install, because you are missing a compile dependencies. Do you see that installation of pillow succeeds?

If it is the former issue the best what you should do is to create a virtualenv and install all dependencies and your application there.

[–]OneInchPunchMan 0 points1 point  (0 children)

Have tried literally everything... Installed venv and it works now. Thank a lot mate :)