I was in the channel yesterday and i think that Kaldari had this problem solved with an advice d3r1ck gave him. A guy in #git gave Kaldari and idea and it worked but he forgot to update the mailing list.
Cheers Rosalie On 10/22/15, Antoine Musso <[email protected]> wrote: > 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 > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
