I have successfully installed PIL/Pillow for python 3.4
but I want it for python 2.7
. I thought it might be automatically downloaded for 2.7
as well but when I tried the python shell from the terminal, it keeps saying No module named PIL
and No module named PILLOW
. What can I do? When I try all the installation commands as given in other answers, it says:
Requirement already satisfied (use --upgrade to upgrade): pillow in ./.local/lib/python3.4/site-packages
My problem is the opposite of this