Le 21/10/2015 22:47, Ryan Kaldari a écrit :
> Recently I upgraded my Mac to OSX 10.10.5 and upgraded a lot of other stuff
> in the process. But now I can't get git-review to work. Whenever I try to
> run it, it gives the following stacktrace:
<snip>
> "/Library/Python/2.7/site-packages/distribute-0.6.14-py2.7.egg/pkg_resources.py",
> line 552, in resolve
>     raise DistributionNotFound(req)
> pkg_resources.DistributionNotFound: git-review

This is an issue in setuptools pkg_resources. You want to upgrade
setuptools:

 pip install --upgrade setuptools

Should solve the issue.

...
> If I run "/usr/bin/easy_install --version":
> distribute 0.6.14

easy_install is legacy it is replaced by pip.


-- 
Antoine "hashar" Musso


_______________________________________________
Wikitech-l mailing list
Wikitech-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to