Advertisement
Guest User

Untitled

a guest
Nov 6th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.85 KB | None | 0 0
  1. me@medev:~/Documents/Python-2.7.8$ cat /home/me/.pip/pip.log
  2. ------------------------------------------------------------
  3. /usr/bin/pip run on Thu Nov 6 08:12:36 2014
  4. Downloading/unpacking pymongo
  5. Getting page http://pypi.python.org/simple/pymongo
  6. Could not fetch URL http://pypi.python.org/simple/pymongo: timed out
  7. Will skip URL http://pypi.python.org/simple/pymongo when looking for download links for pymongo
  8. Getting page http://pypi.python.org/simple/
  9. Could not fetch URL http://pypi.python.org/simple/: timed out
  10. Will skip URL http://pypi.python.org/simple/ when looking for download links for pymongo
  11. Cannot fetch index base URL http://pypi.python.org/simple/
  12. URLs to search for versions for pymongo:
  13. * http://pypi.python.org/simple/pymongo/
  14. Getting page http://pypi.python.org/simple/pymongo/
  15. Could not fetch URL http://pypi.python.org/simple/pymongo/: timed out
  16. Will skip URL http://pypi.python.org/simple/pymongo/ when looking for download links for pymongo
  17. Could not find any downloads that satisfy the requirement pymongo
  18. No distributions at all found for pymongo
  19. Exception information:
  20. Traceback (most recent call last):
  21. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 126, in main
  22. self.run(options, args)
  23. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 223, in run
  24. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  25. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 948, in prepare_files
  26. url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  27. File "/usr/lib/python2.7/dist-packages/pip/index.py", line 152, in find_requirement
  28. raise DistributionNotFound('No distributions at all found for %s' % req)
  29. DistributionNotFound: No distributions at all found for pymongo
  30. me@medev:~/Documents/Python-2.7.8$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement