From f99d1771ba1882dfbb69186212a197edae3ef02c Mon Sep 17 00:00:00 2001 From: Hongbin Lu Date: Sat, 14 Apr 2018 19:33:15 +0000 Subject: [PATCH] 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 --- tools/cap-pip.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/cap-pip.txt b/tools/cap-pip.txt index c280267641..f5278d7c86 100644 --- a/tools/cap-pip.txt +++ b/tools/cap-pip.txt @@ -1 +1 @@ -pip!=8 +pip!=8,<10