Issues when running the training pipeline
Describe the bug or the issue that you are facing
When running the training pipeline I'm getting this error on the Register Azure ML, Register Azure ML set and Run Azure ML Pipeline:
cannot import name 'EntryPoints' from 'importlib_metadata' (/usr/lib/python3/dist-packages/importlib_metadata/init.py) ##[error]Script failed with exit code: 2
Steps/Code to Reproduce
run the training pipeline, have setup my repo using AML CLI, bicep. running the pipeline on azure devops
Expected Output
na
Versions
na
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 CLI v2
Describe the example that you are trying to run?
deploy-training-model-pipeline
Are you using the default model pipeline?
if you mean the training pipeline then yes, I followed the guide and setup my taxi-fare-regression repo. have run the infrastructure pipeline just fine and modified the install-az-cli.yml pipeline mentioned in another bug report to be able to install and use pip.
Im having the same issue. was anyone able to solve it?