From ca788b2a8bb6c4a7320e41cc920b0181ec39baae Mon Sep 17 00:00:00 2001 From: smarcet Date: Wed, 27 Jan 2021 12:13:54 -0300 Subject: [PATCH] Fixed PIP version fixed pip install to 20.3.4 bc latest one (21.0.0) breaks python build Change-Id: I0266509ad07d0d28c509b446f40cabc7ca7ab8ef Signed-off-by: smarcet --- files/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/functions b/files/functions index 97838c7..8fe778f 100644 --- a/files/functions +++ b/files/functions @@ -66,7 +66,7 @@ function set_python_venv { cd $target_dir/app/Console/Commands/SpammerProcess python3 -m venv env source env/bin/activate - pip install --upgrade pip + pip install "pip==20.3.4" pip install --upgrade setuptools pip install wheel pip install -r requirements.txt