Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use buildout-43.cfg #186

Open
ramiroluz opened this issue May 20, 2015 · 2 comments
Open

Unable to use buildout-43.cfg #186

ramiroluz opened this issue May 20, 2015 · 2 comments

Comments

@ramiroluz
Copy link
Member

I am trying to use the buildout-43.cfg in the following way:

In a fresh virtualenv, with python2.7
Cloned a fork of plone.app.event
Ran python bootstrap.py -c buildout-43.cfg
$ bin/buildout -c buildout-43.cfg

Got the following conflict:
VersionConflict: (setuptools 16.0 (/home/ramiro/python/plone/plone.app.event/eggs/setuptools-16.0-py2.7.egg), Requirement.parse('setuptools==0.6c11'))

After that, any attempt to run it again gives me the following message:

$ bin/buildout -c buildout-43.cfg
...
The constraint, 1.7.2, is not consistent with the requirement, 'plone.app.jquery>=1.8.0'.
While:
Installing instance.
Error: Bad constraint 1.7.2 plone.app.jquery>=1.8.0

@mtrebron
Copy link

mtrebron commented Sep 6, 2015

There was a dependency in plone.app.widgets 1.4.0 for

plone.app.jquery = 1.8.3
plone.app.jquerytools = 1.6.2

Default Plone install is still at:
plone.app.jquery = 1.7.2
plone.app.jquerytools = 1.7.0

That dependency seems to be gone with the laterst 1.x release of p.a.w (1.8.0)

@prakharjoshi
Copy link
Member

Try to stick to plone.app.widgets = 1.8.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants