-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
azure-cli 2.30.0 throws ERROR: {'Azure-cli-ml Version': '1.33.0', 'Error': TypeError("__init__() got an unexpected keyword argument 'async_persist'",)} #20297
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github. Issue DetailsThe latests version of I'm running the following
This was running fine with
Logs from the error
Logs when things were working
|
route to service team |
|
When can we expect a fix? Is there a workaround right now? |
As a workaround I've downgraded the
However there seems to be a new (unrelated) issue with a new
|
@Cam-Borrowell what was the issue with the new |
With these versions
Error
|
@kairu-ms When azure cli parses the package version, does |
@Mossaka After my initial workaround the agents were automatically using |
Thanks for your inputs! |
Though I don't have the full pipeline YAML, I would like to mention that Azure CLI 2.29.2 and 2.30.0's login contexts aren't compatible. Make sure to downgrade Azure CLI first before calling an Azure CLI task. |
Nice. It worked for me. just FYI this command works if you are using image "ubuntu-latest (20.04)", if you are using "ubuntu-18.04", change "focal" to "bionic" |
@Cam-Borrowell Apologies for the late reply. Could you please let us know if you are still facing this issue ? Awaiting your reply. |
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
Hello,
I tested this on Feb 10th, 2022 and this error has still occurred. So I have to keep the quick fix by using ubuntu-version is 18:04, then downgrade azure-devops version to 0.21.0 and the azure-cli to 2.29.2.
We also referred to this error and the quick fix in microsoft/dstoolkit-mlops-base#47
|
Hi, we're sending this friendly reminder because we haven't heard back from you in a while. We need more information about this issue to help address it. Please be sure to give us your input within the next 7 days. If we don't hear back from you within 14 days of this comment the issue will be automatically closed. Thank you! |
The latests version of
az cli
on the Ubuntu agents (2.30.0
) breaks when runningaz ml
commands.I'm running the following
This was running fine with
az cli
2.29.2
and as a workaround I've configured my pipeline to downgrade with thisLogs from the error
Logs when things were working
The text was updated successfully, but these errors were encountered: