未验证 提交 8160f783 编写于 作者: Z Zhang Yulong 提交者: GitHub

Update ipipe_py3.sh

pip21.1版本安装python依赖包会报错,固定升级到稳定的21.0.1版本
上级 ffd67bb5
...@@ -148,7 +148,7 @@ function before_hook() { ...@@ -148,7 +148,7 @@ function before_hook() {
setproxy setproxy
unsetproxy unsetproxy
cd ${build_path}/python cd ${build_path}/python
python3.6 -m pip install --upgrade pip python3.6 -m pip install --upgrade pip==20.0.1
python3.6 -m pip install requests 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 -r requirements.txt -i https://mirror.baidu.com/pypi/simple
python3.6 -m pip install numpy==1.16.4 python3.6 -m pip install numpy==1.16.4
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册