<div dir="ltr">A few days ago, I got this warning message after pushing a commit to Gerrit via git-review:<br><br>***********************************************************<br>A new version of git-review is available on PyPI. Please<br>

update your copy with:<br>  pip install -U git-review<br>to ensure proper behavior with gerrit. Thanks!<br>***********************************************************<br><br><br><br>I had version 1.23<br><br>$ git-review --version<br>

git-review version 1.23<br><br><br><br>I have followed the instructions and got version 1.24. (I had to use sudo on my Mac to get pip install to work.)<br><br>$ pip install -U git-review<br><br><br><br>But then, git-review broke completely:<br>

<br>$ git review<br>(...)<br>    raise DistributionNotFound(req)  # XXX put more info here<br>pkg_resources.DistributionNotFound: git-review<br><br><br><br>Since I did not have the time to debug this, I have gone back to 1.23 and everything works again. (Do not forget sudo.)<br>

<br>pip uninstall git-review<br>pip install git-review==1.23<br><br><br><br>The problem is already reported[1]. The workaround is to upgrade setuptools. (Do not forget sudo.)<br><br>$ pip install --upgrade setuptools<br>
(...)<div>
<br><div>$ pip install -U git-review</div><div>(...)<br><br></div><div>$ git review --version<br>git-review version 1.24<br><br><br><br>Željko<br>--<br>1: <a href="https://bugs.launchpad.net/git-review/+bug/1337701">https://bugs.launchpad.net/git-review/+bug/1337701</a></div>

</div></div>