buildout error : 'tuple' object has no attribute 'is_prerelease'
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
GNU Mailman suite bundler |
Invalid
|
Undecided
|
Unassigned |
Bug Description
Hey guys,
I followed this doc :
http://
and I get the following error at the buildout step
(venv)damien@
While:
Installing.
Checking for upgrades.
Getting distribution for 'distribute'.
An internal error occurred due to a bug in either zc.buildout or in a
recipe being used:
Traceback (most recent call last):
File "/home/
getattr(
File "/home/
self.
File "/home/
allow_hosts = self._allow_hosts
File "/home/
return installer.
File "/home/
for_
File "/home/
dist, avail = self._satisfied
File "/home/
if _final_
File "/home/
return not parsed_
AttributeError: 'tuple' object has no attribute 'is_prerelease'
I think this is because you are using distribute instead of setuptools. At least I now see it on a server too that still has distribute in its bin/buildout, where locally with setuptools all is fine.