Gentoo Archives: gentoo-user

From: Joakim Gebart <joakim@××××××.se>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Python Installation broken
Date: Tue, 28 Jan 2014 10:46:46
Message-Id: CAEVyRBKn+CNS=Y4G1ftAYA_GNs+hYBtPuHcE1RwE4mijQzgr5w@mail.gmail.com
In Reply to: Re: [gentoo-user] Python Installation broken by Silvio Siefke
1 2014-01-28 Silvio Siefke <siefke_listen@×××.de>:
2 > Hello, the error message was not correct copy & paste. Im in crisis :)
3 >
4 > gentoomobile ~ # equery u nikola
5 > Traceback (most recent call last):
6 > File "/usr/bin/equery", line 5, in <module>
7 > from pkg_resources import load_entry_point
8 > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 3011, in <module>
9 > parse_requirements(__requires__), Environment()
10 > File "/usr/lib/python2.7/site-packages/pkg_resources.py", line 626, in resolve
11 > raise DistributionNotFound(req)
12 > pkg_resources.DistributionNotFound: setuptools==2.1
13
14 It seems that you need to reinstall setuptools (since you deleted it
15 according to your first post.)
16 emerge -av1 setuptools
17
18 >
19 >
20 > Thank you for help & Nice Day
21 > Silvio
22 >