Hi Team, I'm getting an issue while using kedro-az...
# plugins-integrations
h
Hi Team, I'm getting an issue while using kedro-azureml using this doc - link, Able to run all steps without any issues but while the pipeline runs in Azure ML it gives the following error:
Copy code
Failed to execute command group with error Container `0341a555koec4794bb36cf074f0386h-execution-wrapper` failed with status code `1` and it was not possible to extract the structured error Container `0341a555koec4794bb36cf074f0386h-execution-wrapper` exited with code 1 due to error None and we couldn't read the error due to GetErrorFromContainerFailed { last_stderr: Some("exec /mnt/azureml/cr/j/0341a555koec4794bb36cf074f0386h/cap/lifecycler/wd/execution-wrapper: no such file or directory\n") }.
Pipeline screenshot from Azure ML:
h
Someone will reply to you shortly. In the meantime, this might help:
m
Please show
azureml.yml
config
h
let me DM you the config
sent
👍 1
a
For posterity (and @Himanshu Sharma can confirm), the issue seems to be that the
kedro build...
command was running on a Mac (I'm guessing some M architecutre and not intel). Apparently running
az acr build...
fixed the issue