Hi folks
I found the fix.
warlock is out-to-date in my env.
sudo pip install --upgrade warlock
fixes issue.
2013/8/30 Nachi Ueno :
> Hi folks
>
> Is anybody facing this issue?
>
> I got when I boot nova-api
>
> VersionConflict: (jsonschema 1.3.0
> (/usr/local/lib/python2.7/dist-packages),
> Req
Hi folks
Is anybody facing this issue?
I got when I boot nova-api
VersionConflict: (jsonschema 1.3.0
(/usr/local/lib/python2.7/dist-packages),
Requirement.parse('jsonschema>=0.7,<1'))
so, I did,
sudo pip install --upgrade jsonschema==0.8.0
then I got,
VersionConflict: (jsonschema 0.8.0
(/usr