[openstack-dev] python-simplejson 2.0.0 errors

Thomas Goirand zigo at debian.org
Tue Sep 17 10:52:24 UTC 2013


On 09/16/2013 10:41 PM, Bhuvan Arumugam wrote:
> It's fun out of inter dependencies. Nova depends on python-glanceclient;
> python-glanceclient depends on warlock>=1.0.1,<2. warlock depends on
> jsonschema>=0.7,<2 (warlock 1.0.0). The latest warlock depends on newer
> jsonschema release (>=0.7,<3). To fix your issue, you may do one of
> following workaround:
> 
> 1. upgrade warlock to latest (sudo pip install warlock --upgrade)
> 2. downgrade jsonschema to earlier release v1.3.0 (sudo pip uninstall
> jsonschema; sudo pip install jsonschema==1.3.0)
> 3. install newer python-glanceclient. It depends on newer warlock (sudo
> pip install python-glanceclient --upgrade)
> 
> References:
> https://github.com/openstack/python-glanceclient/blob/master/requirements.txt
> https://github.com/bcwaldon/warlock/blob/master/requirements.txt
> 
> Thank you,
> Bhuvan

Thanks a lot for the above insightful comment. I will update both
warlock and glanceclient.

Cheers,

Thomas Goirand (zigo)




More information about the OpenStack-dev mailing list