On Sep 21, 8:36 pm, Noe Misael Nieto Arroyo <[email protected]> wrote: > > I am trying to use z3c.recipe.tag:tags and plone.recipe.command in a > buildout, but I get the following error: > > $ bin/buildout -c development.conf ... > While: > Installing. > Getting section ctags_builder. > Initializing section ctags_builder. > Installing recipe z3c.recipe.tag. > Error: There is a version conflict. > We already have: zc.buildout 1.4.3 > but z3c.recipe.tag 0.4.0 requires 'zc.buildout>=1.5.0'. > but z3c.recipe.scripts 1.0.1 requires 'zc.buildout>=1.5.0'. > > I tried pinning zc.buildout to 1.5.0 in my eggs list, but I still get the > same error.
Run bootstrap.py (from whatever python your buildout uses). It will fix up the buildout version. Then you can rerun bin/buildout _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
