[Grok-dev] Buildout fails for lovely.recipe bad version 3.4.1
Philipp von Weitershausen
philipp at weitershausen.de
Tue Aug 12 06:45:18 EDT 2008
Andreas Jung wrote:
> I tried to buildout a haufe.eggserver instance against GROK 0.1.3.
> Anyone seen this?
>
> Andreas
>
> Develop:
> '/home/develop/repository/svn.haufe.de/svnep/HaufeComponents/haufe.eggserver/trunk/.'
>
> in:
> '/home/develop/repository/svn.haufe.de/svnep/HaufeComponents/haufe.eggserver/trunk/.'
>
> /tmp/tmpzDObvy -q develop -mxN -d
> /home/develop/repository/svn.haufe.de/svnep/HaufeComponents/haufe.eggserver/trunk/develop-eggs/tmpplMJ0Rbuild
>
> Installing 'zc.zope3recipes>=0.5.3'.
> Picked: zc.zope3recipes = 0.7.0
> Getting required 'ZConfig==2.5.1'
> We have the distribution that satisfies 'ZConfig==2.5.1'.
> Getting required 'zope.testing==3.5.1'
> We have the distribution that satisfies 'zope.testing==3.5.1'.
> Installing 'zc.recipe.filestorage'.
> Picked: zc.recipe.filestorage = 1.0.1
> Installing 'lovely.recipe'.
> Picked: lovely.recipe = 0.3.1b8
> The version, 3.4.1, is not consistent with the requirement,
> 'zope.app.locales>=3.4.5'.
> Could't load zc.buildout entry point i18n
> from lovely.recipe:
> Bad version 3.4.1.
> While:
> Installing.
> Getting section i18n.
> Initializing section i18n.
> Installing recipe lovely.recipe.
> Error: Bad version 3.4.1
From IRC:
philiKON: the problem is that with grok 0.13 we didn't yet pin the
versions of the recipes
philiKON: you have a couple of options:
philiKON: a) pin lovely.recipe to an older version
(one that doesn't require zope.app.locales >= 3.4.5)
philiKON: b) pin zope.app.locales to 3.4.5
philiKON: c) get rid of the [i18n] part :)
More information about the Grok-dev
mailing list