Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#25992 - [python-distribute] I can't get easy_install to work

Attached to Project: Arch Linux
Opened by Christophe-Marie Duquesne (duquesnc) - Tuesday, 13 September 2011, 18:34 GMT
Last edited by Stéphane Gaudreault (stephane) - Wednesday, 14 September 2011, 12:18 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

Here is what happens if I run easy_install:
% easy_install
Traceback (most recent call last):
File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 2710, in <module>
working_set.require(__requires__)
File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 686, in require
needed = self.resolve(parse_requirements(requirements))
File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 588, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (distribute 0.6.21 (/usr/lib/python3.2/site-packages), Requirement.parse('distribute==0.6.14'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/usr/bin/easy_install", line 5, in <module>
from pkg_resources import load_entry_point
File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 2714, in <module>
parse_requirements(__requires__), Environment()
File "/usr/lib/python3.2/site-packages/pkg_resources.py", line 584, in resolve
raise DistributionNotFound(req)
pkg_resources.DistributionNotFound: distribute==0.6.14

Additional info:
* package version(s): python-distribute-0.6.21-1
* config and/or log files etc.: not relevant
This task depends upon

Closed by  Stéphane Gaudreault (stephane)
Wednesday, 14 September 2011, 12:18 GMT
Reason for closing:  Works for me

Loading...