diff --git a/paddle/scripts/paddle_build.bat b/paddle/scripts/paddle_build.bat index 39b78d2a4b8fb92880339829db8304a62e33493a..84e6893ea26cc1efc518120c9d64577dccea3a8e 100644 --- a/paddle/scripts/paddle_build.bat +++ b/paddle/scripts/paddle_build.bat @@ -86,6 +86,7 @@ if "%WITH_PYTHON%" == "ON" ( where python where pip pip install wheel --user + pip install pyyaml --user pip install -r %work_dir%\python\requirements.txt --user if !ERRORLEVEL! NEQ 0 ( echo pip install requirements.txt failed!