From dae1eec8a3efaefc4c2eae56fc317421fbc9950b Mon Sep 17 00:00:00 2001 From: zhangyulong04 Date: Fri, 4 Jun 2021 13:06:37 +0800 Subject: [PATCH] update ipipe_py3.sh --- tools/scripts/ipipe_py3.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/scripts/ipipe_py3.sh b/tools/scripts/ipipe_py3.sh index b68118e4..ac0acf43 100644 --- a/tools/scripts/ipipe_py3.sh +++ b/tools/scripts/ipipe_py3.sh @@ -202,10 +202,10 @@ function before_hook() { function run_env() { setproxy - ${py_version} -m pip install --upgrade nltk==3.4 - ${py_version} -m pip install --upgrade scipy==1.2.1 - ${py_version} -m pip install --upgrade setuptools==41.0.0 - ${py_version} -m pip install paddlehub ujson + ${py_version} -m pip install nltk==3.4 -i https://mirror.baidu.com/pypi/simple + ${py_version} -m pip install scipy==1.2.1 -i https://mirror.baidu.com/pypi/simple + ${py_version} -m pip install setuptools==41.0.0 -i https://mirror.baidu.com/pypi/simple + ${py_version} -m pip install paddlehub -i https://mirror.baidu.com/pypi/simple if [ ${py_version} == "python3.6" ]; then ${py_version} -m pip install paddlepaddle-gpu==2.1.0 elif [ ${py_version} == "python3.8" ]; then -- GitLab