[Setup] Re: version error during /bin/buildout

Martin Aspeli optilude at gmx.net
Thu Mar 13 08:44:38 UTC 2008


Gary Koskenmaki wrote:
> Hi all,
> 
> I was building a plone3 install today when the following error popped up
> when running /bin/buildout:
> 
> While:
>   Installing plone.
> Error: There is a version conflict.
> We already have: plone.portlets 1.1.0a1
> but plone.app.portlets 1.1.0a1 requires 'plone.portlets>=1.1dev'.
> 
> How can I satisy this error?  This is the initial plone3 install on this
> machine.   It's a Debian Etch server using only Debian Python packages
> other than what /bin/buildout and "easy_install ZopeSkel" have
> downloaded and installed up to this point.  

Can you paste your buildout.cfg?

What happens if you do:

[plone]
recipe = plone.recipe.plone>=3.0,<3.1dev

You may need to remove .installed.cfg (not leading dot) in the buildout 
and run again.

Martin

-- 
Author of `Professional Plone Development`, a book for developers who
want to work with Plone. See http://martinaspeli.net/plone-book




More information about the Setup mailing list