Skip to content

Commit

Permalink
add pyyaml needed by python\paddle\utils\code_gen\api_gen.py (PaddleP…
Browse files Browse the repository at this point in the history
  • Loading branch information
betterpig authored and Zjq9409 committed Dec 10, 2021
1 parent dfd3c24 commit d4c5adf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions paddle/scripts/paddle_build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit d4c5adf

Please sign in to comment.