我是Python和Azure Devops的新手。在创建Helloworld.py并将其构建在Azure Devops上时,出现错误
ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt'.
##[error]Bash exited with code '1'."
使用以下命令在“安装依赖项”步骤中发生错误:
python -m pip install --upgrade pip && pip install -r requirements.txt
我正在使用Azure Devops中的“ Python包”模板,因此我不会对该模板进行任何更改。默认主机是Ubuntu。有人可以帮我吗?谢谢!