Advertisement
Guest User

No distributions at all found for flexget

a guest
Mar 29th, 2013
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. # pip install flexget
  2. Downloading/unpacking flexget
  3. Could not find any downloads that satisfy the requirement flexget
  4. No distributions at all found for flexget
  5. Storing complete log in /root/.pip/pip.log
  6.  
  7. # cat /root/.pip/pip.log
  8. ------------------------------------------------------------
  9. /usr/bin/pip run on Sat Mar 30 01:18:43 2013
  10. Downloading/unpacking flexget
  11.  
  12. Getting page http://pypi.python.org/simple/flexget
  13. URLs to search for versions for flexget:
  14. * http://pypi.python.org/simple/flexget/
  15. Getting page http://pypi.python.org/simple/flexget/
  16. Getting page http://flexget.com
  17. Could not fetch URL http://flexget.com (from http://pypi.python.org/simple/FlexGet/): <urlopen error [Errno -2] Name or service not known>
  18. Will skip URL http://flexget.com when looking for download links for flexget
  19. Getting page http://download.flexget.com/
  20. Could not fetch URL http://download.flexget.com/ (from http://pypi.python.org/simple/FlexGet/): <urlopen error [Errno -2] Name or service not known>
  21. Will skip URL http://download.flexget.com/ when looking for download links for flexget
  22. Analyzing links from page http://pypi.python.org/simple/FlexGet/
  23. Skipping link http://flexget.com (from http://pypi.python.org/simple/FlexGet/); not a file
  24. Skipping link http://download.flexget.com/ (from http://pypi.python.org/simple/FlexGet/); not a file
  25. Could not find any downloads that satisfy the requirement flexget
  26.  
  27. No distributions at all found for flexget
  28.  
  29. Exception information:
  30. Traceback (most recent call last):
  31. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 104, in main
  32. status = self.run(options, args)
  33. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 245, in run
  34. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  35. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 978, in prepare_files
  36. url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  37. File "/usr/lib/python2.7/dist-packages/pip/index.py", line 157, in find_requirement
  38. raise DistributionNotFound('No distributions at all found for %s' % req)
  39. DistributionNotFound: No distributions at all found for flexget
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement