Azure Machine Learning Designer - Export and run pipeline
Hi all,
I created a training pipeline using the AML designer, now I want to export the code to re-run the pipeline from code and then export it to my TEST environment and re-run it.
I have installed the library azure-ml-component[notebooks]>=0.9.5, I clicked on Export and used deep export to download pipeline and components.
After that I want to try to run the pipeline from local on AML, I try to run the command "python run.py" from the pipeline folder, but I get this error:
Actually, the version that appears in the components.yaml file is 0.0.168. I also tried exporting the pipeline again, but the same error still appears. Can you guys manage to help me?