Advertisement
Guest User

Untitled

a guest
Dec 18th, 2014
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. ------------------------------------------------------------
  2. C:\Python34\lib\site-packages\pip\__main__.py run on 12/18/14 02:08:31
  3. Downloading/unpacking git+https://github.com/ProgVal/Limnoria.git@master
  4. Cloning https://github.com/ProgVal/Limnoria.git (to master) to c:\users\marti_~1\appdata\local\temp\pip-9okzmtjj-build
  5. Cleaning up...
  6. Cannot find command 'git'
  7. Exception information:
  8. Traceback (most recent call last):
  9. File "C:\Python34\lib\site-packages\pip\basecommand.py", line 122, in main
  10. status = self.run(options, args)
  11. File "C:\Python34\lib\site-packages\pip\commands\install.py", line 278, in run
  12. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  13. File "C:\Python34\lib\site-packages\pip\req.py", line 1197, in prepare_files
  14. do_download,
  15. File "C:\Python34\lib\site-packages\pip\req.py", line 1360, in unpack_url
  16. unpack_vcs_link(link, loc, only_download)
  17. File "C:\Python34\lib\site-packages\pip\download.py", line 344, in unpack_vcs_link
  18. vcs_backend.unpack(location)
  19. File "C:\Python34\lib\site-packages\pip\vcs\__init__.py", line 240, in unpack
  20. self.obtain(location)
  21. File "C:\Python34\lib\site-packages\pip\vcs\git.py", line 111, in obtain
  22. call_subprocess([self.cmd, 'clone', '-q', url, dest])
  23. File "C:\Python34\lib\site-packages\pip\vcs\__init__.py", line 110, in cmd
  24. command = find_command(self.name)
  25. File "C:\Python34\lib\site-packages\pip\util.py", line 109, in find_command
  26. raise BadCommand('Cannot find command %r' % cmd)
  27. pip.exceptions.BadCommand: Cannot find command 'git'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement