Krenair

git-review error

Nov 24th, 2012
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. ***********************************************************
  2. A new version of git-review is available on PyPI. Please
  3. update your copy with:
  4.  
  5. pip install -U git-review
  6.  
  7. to ensure proper behavior with gerrit. Thanks!
  8. ***********************************************************
  9.  
  10. alex@alex:/var/www/MediaWiki/Git/extensions/Echo$ sudo pip install -U git-review
  11. [sudo] password for alex:
  12. Downloading/unpacking git-review from http://pypi.python.org/packages/source/g/git-review/git-review-1.20.tar.gz#md5=d8446f99fd4ef2cc8090bef2c9eac294
  13. Downloading git-review-1.20.tar.gz
  14. Running setup.py egg_info for package git-review
  15. Traceback (most recent call last):
  16. File "<string>", line 16, in <module>
  17. File "/tmp/pip-build/git-review/setup.py", line 25, in <module>
  18. exec(open("git-review").read())
  19. File "<string>", line 864
  20. except CommandFailed, e:
  21. ^
  22. SyntaxError: invalid syntax
  23. Complete output from command python setup.py egg_info:
  24. Traceback (most recent call last):
  25.  
  26. File "<string>", line 16, in <module>
  27.  
  28. File "/tmp/pip-build/git-review/setup.py", line 25, in <module>
  29.  
  30. exec(open("git-review").read())
  31.  
  32. File "<string>", line 864
  33.  
  34. except CommandFailed, e:
  35.  
  36. ^
  37.  
  38. SyntaxError: invalid syntax
  39.  
  40. ----------------------------------------
  41. Command python setup.py egg_info failed with error code 1 in /tmp/pip-build/git-review
  42. Storing complete log in /home/alex/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment