1. [root@node-21 httpd]# yum -y install python-paste-deploy
  2. Loaded plugins: fastestmirror
  3. Loading mirror speeds from cached hostfile
  4. * epel: mirror.nus.edu.sg
  5. Setting up Install Process
  6. No package python-paste-deploy available.
  7. Error: Nothing to do
  8. [root@node-21 httpd]# pip install paste-deploy
  9. Downloading/unpacking paste-deploy
  10. Could not find any downloads that satisfy the requirement paste-deploy
  11. Cleaning up...
  12. No distributions at all found for paste-deploy
  13. Storing complete log in /root/.pip/pip.log
  14. [root@node-21 httpd]# pip install python-paste-deploy
  15. Downloading/unpacking python-paste-deploy
  16. Could not find any downloads that satisfy the requirement python-paste-deploy
  17. Cleaning up...
  18. No distributions at all found for python-paste-deploy
  19. Storing complete log in /root/.pip/pip.log