ERROR: warlock 1.3.3 has requirement jsonschema<4,>=0.7, but you'll have jsonschema 4.4.0 which is incompatible.

Bug #1957178 reported by Ilya Popov
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Rally
New
Undecided
Unassigned

Bug Description

During rally installation faced the following:

ERROR: warlock 1.3.3 has requirement jsonschema<4,>=0.7, but you'll have jsonschema 4.4.0 which is incompatible.

Steps to reproduce:

virtualenv ~/venvs/rally
. ~/venvs/rally/bin/activate
pip install rally-openstack

Revision history for this message
Ilya Popov (ilya-p) wrote :

Solution is to upgrade pip after sourcing virtualenv:

pip install -U pip

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.