Please try to update your installation to the latest revision of Distribute. You currently have 0.6.21 and it seems that somehow it's in a broken state
$ easy_install-2.7 -U Distribute (with sudo rights if needed) On Thu, Nov 24, 2011 at 11:54 AM, Andrea Crotti <[email protected]> wrote: > Since some days easy_install doesn't work correctly anymore. > I get for example something similar. > Any idea of what it could be? > In general setuptools is working perfectly, only easy_install is not working > anymore.. > > [andrea@precision ~]$ easy_install-2.7 --user python-graph-core > Traceback (most recent call last): > File "/home/andrea/.local/bin/easy_install-2.7", line 5, in <module> > from pkg_resources import load_entry_point > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 2711, in > <module> > parse_requirements(__requires__), Environment() > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 584, in > resolve > raise DistributionNotFound(req) > pkg_resources.DistributionNotFound: distribute==0.6.21 > > _______________________________________________ > Distutils-SIG maillist - [email protected] > http://mail.python.org/mailman/listinfo/distutils-sig > -- Tarek Ziadé | http://ziade.org _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
