Advertisement
Guest User

Untitled

a guest
Sep 16th, 2016
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. /usr/bin/pip run on Fri Sep 16 18:26:26 2016
  2. Downloading/unpacking greenlet-dev
  3. Getting page https://pypi.python.org/simple/greenlet--dev/
  4. Could not fetch URL https://pypi.python.org/simple/greenlet--dev/: 404 Client Error: Not Found
  5. Will skip URL https://pypi.python.org/simple/greenlet--dev/ when looking for download links for greenlet-dev
  6. Getting page https://pypi.python.org/simple/
  7. URLs to search for versions for greenlet-dev:
  8. * https://pypi.python.org/simple/greenlet--dev/
  9. Getting page https://pypi.python.org/simple/greenlet--dev/
  10. Could not fetch URL https://pypi.python.org/simple/greenlet--dev/: 404 Client Error: Not Found
  11. Will skip URL https://pypi.python.org/simple/greenlet--dev/ when looking for download links for greenlet-dev
  12. Could not find any downloads that satisfy the requirement greenlet-dev
  13. Cleaning up...
  14. No distributions at all found for greenlet-dev
  15. Exception information:
  16. Traceback (most recent call last):
  17. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
  18. status = self.run(options, args)
  19. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 290, in run
  20. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  21. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1178, in prepare_files
  22. url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  23. File "/usr/lib/python2.7/dist-packages/pip/index.py", line 277, in find_requirement
  24. raise DistributionNotFound('No distributions at all found for %s' % req)
  25. DistributionNotFound: No distributions at all found for greenlet-dev
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement