ビルドアウトを実行していますが、次のエラーが発生します。
Bad constraint 1.2 grokcore.security>=1.6.1
>=1.6.1
要件がどこから来たのかを見つけようとして困惑しています。buildout -vvvv 出力でこのエラーの前に来るすべての卵のすべての setup.py ファイルを調べましたが、役に立ちませんでした。背景: 既存のサイトを複製するために新しいビルドアウトを作成しようとしています。元のビルドアウトを既存の実稼働インストールに統合する必要があるため、使用できません。しかし、元のビルドアウトは grokcore.security 1.2 を使用しており、これまでのところ、他のすべてのディストリビューションと同じバージョンのピンを使用しているため、この 1.6.1 がポップアップする理由がわかりません。どこに設定されているかわかりません。
何か案は?
buildout -vvvv 出力の末尾は次のとおりです。
Getting required 'five.grok'
required by plone.directives.dexterity 1.0.2.
Picked: five.grok = 1.3.1
Getting required 'zope.app.content==3.4.0'
We have the distribution that satisfies 'zope.app.content==3.4.0'.
Getting required 'plone.alterego'
required by plone.dexterity 1.1.2.
Picked: plone.alterego = 1.0
Getting required 'plone.synchronize'
required by plone.dexterity 1.1.2.
Picked: plone.synchronize = 1.0.1
Getting required 'rwproperty'
required by plone.dexterity 1.1.2.
Picked: rwproperty = 1.0
Getting required 'z3c.relationfield>=0.4.2'
required by plone.app.relationfield 1.2.0.
Picked: z3c.relationfield = 0.6.1
Getting required 'plone.app.intid'
required by plone.app.relationfield 1.2.0.
Picked: plone.app.intid = 1.0.1
Getting required 'zope.password==3.5.1'
We have the distribution that satisfies 'zope.password==3.5.1'.
Getting required 'zope.app.dependable==3.4.0'
We have the distribution that satisfies 'zope.app.dependable==3.4.0'.
Getting required 'zope.app.debug==3.4.1'
We have the distribution that satisfies 'zope.app.debug==3.4.1'.
Getting required 'zope.app.appsetup==3.11'
We have the distribution that satisfies 'zope.app.appsetup==3.11'.
Getting required 'zope.app.basicskin==3.4.1'
We have the distribution that satisfies 'zope.app.basicskin==3.4.1'.
Getting required 'zope.browserresource==3.9.0'
We have the distribution that satisfies 'zope.browserresource==3.9.0'.
Getting required 'zope.app.interface==3.5.2'
We have the distribution that satisfies 'zope.app.interface==3.5.2'.
Getting required 'zope.browserpage==3.12.2'
We have the distribution that satisfies 'zope.browserpage==3.12.2'.
Getting required 'zope.hookable==3.4.1'
We have the distribution that satisfies 'zope.hookable==3.4.1'.
Getting required 'zope.app.security==3.7.3'
We have the distribution that satisfies 'zope.app.security==3.7.3'.
Getting required 'zope.app.authentication==3.6.1'
We have the distribution that satisfies 'zope.app.authentication==3.6.1'.
Getting required 'grokcore.viewlet==1.3'
We have the distribution that satisfies 'grokcore.viewlet==1.3'.
Getting required 'grokcore.view==1.12.2'
We have the distribution that satisfies 'grokcore.view==1.12.2'.
Getting required 'grokcore.site==1.1'
We have the distribution that satisfies 'grokcore.site==1.1'.
The constraint, 1.2, is not consistent with the requirement, 'grokcore.security>=1.6.1'.
While:
Installing instance1.
Error: Bad constraint 1.2 grokcore.security>=1.6.1