Open mattmazzola opened 1 year ago
Thank you for opening this issue, we will look into it.
From experimenting more I found that it was because of the syntax used for the environment
configuration.
environment: azureml:openmpi4.1.0-cuda11.6-cudnn8-ubuntu20.04@latest
environment:
image: azureml/openmpi4.1.0-cuda11.6-cudnn8-ubuntu20.04:latest
I think you should be able to give a better error message. The debug output has
https://management.azure.com:443 "GET /subscriptions/fb4af94d-4746-40f5-b8a4-11638ef18e25/resourceGroups/hanover-dev/providers/Microsoft.MachineLearningServices/workspaces/naoto-wus2/environments/openmpi4.1.0-cuda11.6-cudnn8-ubuntu20.04/versions?api-version=2023-04-01-preview&$orderBy=createdtime%20desc&$top=1
This includes the request that failed
I would expect it to say something like
Your configuration file attempted to use the environment "openmpi4.1.0-cuda11.6-cudnn8-ubuntu20.04", but that environment does not exist. Available environments are [a,b,c,d....'. Please see environments here: https://www....
Non customer-reported. Adding Service team to look into this.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github.
I get this same vague and useless error message when I specify a non-existing environment:
Please address this, it's been almost 2 months since the issue has been brought to the team's attention. These types of bugs are a major deterrent to practical use of AzureML cli.
Hi team, I'm trying to submit and create an AML job using Azure CLI and yml file on a workspace, I got the same error message but unfortunately, with this message, I couldn't get enough information to debug it, any update would be appreciated.
Describe the bug
I try to submit a job to Azure ML Workspace using
az ml job create -f Elevater_Toolkit_IC/azcli_configs/elevater_example.yaml
At one point I had been able to submit jobs using this same command successfully and now I cannot. I tried to remove all potential problems from the YAML config file to so now it ONLY attempt to
print "Hello, World"
, but yet it still fails.Error
This is problem. The message is too generic
Related command
az ml job create -f Elevater_Toolkit_IC/azcli_configs/elevater_example.yaml
Errors
Issue script & Debug output
Expected behavior
The error message should tell me precisely what is wrong so I can make changes and fix it.
From above it looks like a 404 Not Found from attempting to find the workspace but the workspace does exist.
Environment Summary
Linux-5.15.90.4-microsoft-standard-WSL2-x86_64-with-glibc2.31, Ubuntu 20.04.6 LTS Python 3.10.10 Installer: DEB
azure-cli 2.51.0
Extensions: ml 2.19.1
Dependencies: msal 1.24.0b1 azure-mgmt-resource 23.1.0b2
Additional context
No response