应用发布机初始化部署失败报错

TASK [Install python requirements offline] *************************************
fatal: [应用发布机]: FAILED! => {“changed”: true, “cmd”: “pip install -r ‘C:\Users\Administrator\AppData\Local\Temp\pip_packages\pip_packages\requirements.txt’ --no-index --find-links=‘C:\Users\Administrator\AppData\Local\Temp\pip_packages\pip_packages’”, “delta”: “0:00:01.078206”, “end”: “2160-01-06 09:47:40.074467”, “msg”: “non-zero return code”, “rc”:1, “start”: “2160-01-06 09:47:38.996261”, “stderr”: “pip : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the s\r\npelling of the name, or if a path was included, verify that the path iscorrect and try again.\r\nAt line:1 char:65\r\n+ … le]::InputEncoding = New-Object Text.UTF8Encoding $false; pip install …\r\n+ ~~~\r\n + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException\r\n + FullyQualifiedErrorId : CommandNotFoundException”, “stderr_lines”: [“pip : The term ‘pip’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the s”, “pelling of the name, or if a path was included, verify that the path is correct and try again.”, “At line:1 char:65”, “+ … le]::InputEncoding = New-Object Text.UTF8Encoding $false; pip install …”, “+ ~~~”, " + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException", " + FullyQualifiedErrorId : CommandNotFoundException"], “stdout”: “”, “stdout_lines”: []}
报错如上,应用发布机无法完成初始化部署

没处理过的报错,帮蹲一手研发大佬吧