FAQ | This is a LIVE service | Changelog

Skip to content

python: pin pip version to <19

Robin Goodall requested to merge pin-pip-version into master

Created by: rjw57

pip version 19 has a bug[1] which is breaking our builds. Until it's fixed, pin pip to a pre-19 version.

[1] https://github.com/pypa/pip/issues/6158

Merge request reports