pip install PIL
Downloading/unpacking PIL
Could not find any downloads that satisfy the requirement PIL
Some externally hosted files were ignored (use --allow-external PIL to allow).
Cleaning up...
No distributions at all found for PIL
Storing debug log for failure in /root/.pip/pip.log
Fix based on this thread issue:
http://stackoverflow.com/questions/21242107/pip-install-pil-dont-install-into-virtualenv
Command that I use instead: pip install PIL --allow-external PIL --allow-unverified PIL
pip install PIL
Downloading/unpacking PIL
Could not find any downloads that satisfy the requirement PIL
Some externally hosted files were ignored (use --allow-external PIL to allow).
Cleaning up...
No distributions at all found for PIL
Storing debug log for failure in /root/.pip/pip.log
Fix based on this thread issue:
http://stackoverflow.com/questions/21242107/pip-install-pil-dont-install-into-virtualenv
Command that I use instead: pip install PIL --allow-external PIL --allow-unverified PIL