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
_______________________________________________
OpenStack-dev mailing list
[email protected]
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev