Actions
Bug #22768
closedBug #22763: pip3 refuses to install modules in a system with packages python modules
--break-system-packages is not recognized by older pip
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No
Description
This option fails most relay build with following error message:
00:03:52.793 # docopt-completion needs python3 00:03:52.793 pip3 install --break-system-packages infi.docopt-completion 00:03:54.001 00:03:54.001 Usage: 00:03:54.001 pip3 install [options] <requirement specifier> [package-index-options] ... 00:03:54.001 pip3 install [options] -r <requirements file> [package-index-options] ... 00:03:54.001 pip3 install [options] [-e] <vcs project url> ... 00:03:54.001 pip3 install [options] [-e] <local project path> ... 00:03:54.001 pip3 install [options] <archive url/path> ...
Actions