未验证 提交 669bcf54 编写于 作者: X xuxinyi389 提交者: GitHub

Fixed setuptools==57.4.0 (#55603)

上级 0601c2c9
......@@ -105,10 +105,12 @@ if %ERRORLEVEL% NEQ 0 (
if "%WITH_PYTHON%" == "ON" (
where python
where pip
pip install wheel
pip install pyyaml
pip install wget
pip install -r %work_dir%\python\requirements.txt
python -m pip install --upgrade pip
python -m pip install setuptools==57.4.0
python -m pip install wheel
python -m pip install pyyaml
python -m pip install wget
python -m pip install -r %work_dir%\python\requirements.txt
if !ERRORLEVEL! NEQ 0 (
echo pip install requirements.txt failed!
exit /b 5
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册