提交 634c7f7d 编写于 作者: Z Zhang Yulong 提交者: zhangjun

Update ipipe_py3.sh

pip21.1版本安装python依赖包会报错,固定升级到稳定的21.0.1版本
上级 550f5f2e
......@@ -148,7 +148,7 @@ function before_hook() {
setproxy
unsetproxy
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 -r requirements.txt -i https://mirror.baidu.com/pypi/simple
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.
先完成此消息的编辑!
想要评论请 注册