Advertisement
Guest User

pip.log

a guest
Feb 21st, 2012
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. Obtaining South from hg+http://bitbucket.org/andrewgodwin/south/@ecaafda23e600e510e252734d67bf8f9f2362dc9#egg=South-dev
  2.  
  3. Cloning hg http://bitbucket.org/andrewgodwin/south/ (to revision ecaafda23e600e510e252734d67bf8f9f2362dc9) to ./src/south
  4.  
  5. Cannot find command 'hg'
  6.  
  7. Exception information:
  8. Traceback (most recent call last):
  9. File "/usr/local/lib/python2.6/dist-packages/pip-1.1-py2.6.egg/pip/basecommand.py", line 104, in main
  10. status = self.run(options, args)
  11. File "/usr/local/lib/python2.6/dist-packages/pip-1.1-py2.6.egg/pip/commands/install.py", line 245, in run
  12. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  13. File "/usr/local/lib/python2.6/dist-packages/pip-1.1-py2.6.egg/pip/req.py", line 959, in prepare_files
  14. req_to_install.update_editable(not self.is_download)
  15. File "/usr/local/lib/python2.6/dist-packages/pip-1.1-py2.6.egg/pip/req.py", line 388, in update_editable
  16. vcs_backend.obtain(self.source_dir)
  17. File "/usr/local/lib/python2.6/dist-packages/pip-1.1-py2.6.egg/pip/vcs/mercurial.py", line 81, in obtain
  18. call_subprocess([self.cmd, 'clone', '--noupdate', '-q', url, dest])
  19. File "/usr/local/lib/python2.6/dist-packages/pip-1.1-py2.6.egg/pip/vcs/__init__.py", line 108, in cmd
  20. command = find_command(self.name)
  21. File "/usr/local/lib/python2.6/dist-packages/pip-1.1-py2.6.egg/pip/util.py", line 95, in find_command
  22. raise BadCommand('Cannot find command %r' % cmd)
  23. BadCommand: Cannot find command 'hg'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement