Skip to content

Commit f99d177

Browse files
committed
Do not use pip 10 or higher
It looks pip 10 failed the uninstallation of distutils installed packages. This patch temporarily cap the version of pip to work-around. Closes-Bug: #1763966 Change-Id: I8bf80efc04883cd754c19bea0303064080112c6e
1 parent d10c0bb commit f99d177

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/cap-pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pip!=8
1+
pip!=8,<10

0 commit comments

Comments
 (0)