Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.39 KB | None | 0 0
  1. root@nocip:/opt/noc# cat /root/.pip/pip.log
  2. ------------------------------------------------------------
  3. ./bin/pip run on Tue Jul 16 16:06:34 2013
  4. Downloading/unpacking Mercurial>=2.5.2 (from -r etc/requirements/noc.txt (line 1))
  5.  
  6. Getting page http://pypi.python.org/simple/Mercurial
  7. URLs to search for versions for Mercurial>=2.5.2 (from -r etc/requirements/noc.txt (line 1)):
  8. * http://pypi.python.org/simple/Mercurial/
  9. * http://cdn.nocproject.org/pkg/simple/
  10. Skipping link http://cdn.nocproject.org/pkg/simple/ (from -f); not a file
  11. Getting page http://pypi.python.org/simple/Mercurial/
  12. Getting page http://cdn.nocproject.org/pkg/simple/
  13. Analyzing links from page http://cdn.nocproject.org/pkg/simple/
  14. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-cubism-1.2.2.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  15. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-cubism-debug-1.2.2.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  16. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-d3-3.2.2.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  17. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-d3-debug-3.2.2.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  18. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-extjs-4.0.7.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  19. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-extjs-debug-4.0.7.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  20. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-famfamfam-silk-1.3.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  21. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-handlebars-1.0.0.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  22. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-handlebars-debug-1.0.0.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  23. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-mxgraph-1.10.4.2.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  24. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-mxgraph-debug-1.10.4.2.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  25. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-openlayers-2.13.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  26. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-openlayers-debug-2.13.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  27. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-shjs-0.6.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  28. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-shjs-debug-0.6.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  29. Skipping link http://cdn.nocproject.org/pkg/noc-pkg-silk-companion1-1.0.tar.gz (from http://cdn.nocproject.org/pkg/simple/); wrong project name (not mercurial)
  30. Analyzing links from page https://pypi.python.org/simple/Mercurial/
  31. Could not find any downloads that satisfy the requirement Mercurial>=2.5.2 (from -r etc/requirements/noc.txt (line 1))
  32.  
  33. No distributions at all found for Mercurial>=2.5.2 (from -r etc/requirements/noc.txt (line 1))
  34.  
  35. Exception information:
  36. Traceback (most recent call last):
  37. File "/opt/noc/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main
  38. status = self.run(options, args)
  39. File "/opt/noc/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 245, in run
  40. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  41. File "/opt/noc/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 978, in prepare_files
  42. url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  43. File "/opt/noc/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 157, in find_requirement
  44. raise DistributionNotFound('No distributions at all found for %s' % req)
  45. DistributionNotFound: No distributions at all found for Mercurial>=2.5.2 (from -r etc/requirements/noc.txt (line 1))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement