Failed to install kolla due to new release of urllib3

Bug #2018506 reported by Maksim Malchuk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla
Invalid
High
Maksim Malchuk

Bug Description

Failed to install kolla due to new release of urllib3

Since urllib3 2.x released kolla install fail because of unpinned version of docker in requirements.txt.

ERROR: requests 2.29.0 has requirement urllib3<1.27,>=1.21.1, but you'll have urllib3 2.0.2 which is incompatible.

affected Ubuntu Focal and other old OSes because of old pip which not able to solve dependencies.
Ubuntu Focal (20.04) have 20.0.2 installed.

to solve the issue there is need to pin urllib3<2 or docker<6 or have pip>=22.3 with new dependency resolver introduced as a feature in 20.2.

Revision history for this message
Maksim Malchuk (mmalchuk) wrote :

Fix proposed to branch: master
Review: https://review.opendev.org/c/openstack/kolla/+/882238

Revision history for this message
Maksim Malchuk (mmalchuk) wrote :
Revision history for this message
Sven Kieske (s-kieske) wrote :
Revision history for this message
Maksim Malchuk (mmalchuk) wrote :

released requests 2.30.0 which is compatible with urllib 2.x
https://requests.readthedocs.io/en/latest/community/updates/#release-history

no longer affects: kolla/zed
no longer affects: kolla/yoga
no longer affects: kolla/xena
Changed in kolla:
status: In Progress → Invalid
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on kolla (master)

Change abandoned by "Maksim Malchuk <email address hidden>" on branch: master
Review: https://review.opendev.org/c/openstack/kolla/+/882238
Reason: will create another bug report and solve the issue other way

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.