I tried upgrading setuptools, but that didn't help. Still got the same error.
Apparently the problem was with my Python environment. OSX 10.10 (El Capitan) comes with it's own Python installation. So after I upgraded to El Capitan, pip wanted to start installing everything for the other Python instead of my regular command-line Python. The only way that I was able to fix it was to nuke the OSX pre-installed Python (/Library/Python/), uninstall git-review, and reinstall it. Not a very elegant solution, but it worked. On Thu, Oct 22, 2015 at 7:14 AM, Jamison Lofthouse < [email protected]> wrote: > I use legoktm's grr tool (https://github.com/legoktm/grr). > > Negative24 > jdloft.com > > On Thu, Oct 22, 2015 at 5:40 AM, Addshore <[email protected]> wrote: > > > As someone that has never used git-review I would > > suggest not using git-review ;) > > > > On 22 October 2015 at 10:32, Rosalie Perside <[email protected]> > > wrote: > > > > > 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 > > > > > > > > > > > -- > > Addshore > > _______________________________________________ > > 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 > _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
