Install AZ ML dependencies step is failing during deploy-model-training-pipeline.yml execution
- Dominant language
- Shell
- Stars
- 654
- Forks
- 347
- PR merge metrics
- No merged PRs in 30d
Description
### Describe the bug or the issue that you are facing
deploy-model-training-pipeline.yml was working totally fine till last Friday & suddenly we have started facing issue with it from Monday. Install AZ ML dependencies is failing with the below error:
/usr/bin/bash /home/vsts/work/_temp/azureclitaskscript1721726661839.sh
Collecting pip
Downloading pip-24.1.2-py3-none-any.whl (1.8 MB)
ERROR: Could not find a version that satisfies the requirement install (from versions: none)
ERROR: No matching distribution found for install
Please see the attached image for more information.

### Steps/Code to Reproduce
- Clone & configure mlops-v2, mlops-project-template & mlops-template
- Create a new repo for a project & initialize the project repo using (https://github.com/Azure/mlops-v2/blob/main/documentation/deployguides/deployguide_ado.md#create-and-configure-a-new-ml-project-repo). Make sure to use MLOps interface as ' python-sdk-v2' & Infrastructure provider as 'Bicep'.
- Execute bicep-ado-deploy-infra.yml pipeline
- Execute deploy-model-training-pipeline.yml pipeline (this is where you can see the error)
### Expected Output
There shall not be any error in the script
### Versions
main branch of the repo in DevOps.
I am using Azure ML SDK V2
### Which platform are you using for deploying your infrastrucutre?
Azure DevOps (ADO)
### If you mentioned Others, please mention which platformm are you using?
_No response_
### What are you using for deploying your infrastrucutre?
Bicep
### Are you using Azure ML CLI v2 or Azure ML Python SDK v2
Azure ML Python SDK v2
### Describe the example that you are trying to run?
Execute deploy-model-training-pipeline.yml pipeline
Contributor guide
Assessment
This issue has not been assessed yet.