Advertisement
Guest User

Untitled

a guest
Jul 16th, 2013
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. Analyzing links from page https://pypi.python.org/simple/Mercurial/
  2. Could not find any downloads that satisfy the requirement Mercurial>=2.5.3 (from -r etc/requirements/noc.txt (line 1))
  3.  
  4. No distributions at all found for Mercurial>=2.5.3 (from -r etc/requirements/noc.txt (line 1))
  5.  
  6. Exception information:
  7. Traceback (most recent call last):
  8. File "/opt/noc/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/basecommand.py", line 104, in main
  9. status = self.run(options, args)
  10. File "/opt/noc/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/commands/install.py", line 245, in run
  11. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  12. File "/opt/noc/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/req.py", line 978, in prepare_files
  13. url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  14. File "/opt/noc/lib/python2.7/site-packages/pip-1.1-py2.7.egg/pip/index.py", line 157, in find_requirement
  15. raise DistributionNotFound('No distributions at all found for %s' % req)
  16. DistributionNotFound: No distributions at all found for Mercurial>=2.5.3 (from -r etc/requirements/noc.txt (line 1))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement