From 47ad21ab9695ef5c10537768aa27861f2696c5f8 Mon Sep 17 00:00:00 2001 From: Zhang Yulong <35552275+ZhangYulongg@users.noreply.github.com> Date: Tue, 3 Aug 2021 11:10:32 +0800 Subject: [PATCH] Update ipipe_py3.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 固定pip版本为21.1.3 --- tools/scripts/ipipe_py3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/scripts/ipipe_py3.sh b/tools/scripts/ipipe_py3.sh index 62bfb577..6d7402fc 100644 --- a/tools/scripts/ipipe_py3.sh +++ b/tools/scripts/ipipe_py3.sh @@ -149,7 +149,7 @@ function before_hook() { setproxy unsetproxy cd ${build_path}/python - python3.6 -m pip install --upgrade pip + python3.6 -m pip install --upgrade pip==21.1.3 python3.6 -m pip install requests python3.6 -m pip install -r requirements.txt -i https://mirror.baidu.com/pypi/simple python3.6 -m pip install numpy==1.16.4 -- GitLab