[openstack-dev] [Nova] VersionConflict: (jsonschema 1.3.0...
Nachi Ueno
nachi at ntti3.com
Fri Aug 30 23:37:26 UTC 2013
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 <nachi at ntti3.com>:
> 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/local/lib/python2.7/dist-packages),
> Requirement.parse('jsonschema>=1.3.0,!=1.4.0'))
>
> Best
> Nachi
More information about the OpenStack-dev
mailing list