-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Marshmallow update has broken azure-ai-ml and azure cli ml extension #39039
Comments
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @Azure/azure-ml-sdk @azureml-github. |
This is the relevant PR: marshmallow-code/marshmallow#2723 |
Serious issue here. Monitoring in Azure ML failed also with:
This happens in step Annotation - Compute Histogram with |
similar issue in my side when I run the code from azure.ai.ml import MLClient, automl. |
We are working on a hotfix release for azure-ai-ml |
Hi! PS C:\Program Files\Microsoft SDKs\Azure\CLI2> az extension add -n ml Will this hotfix solve the issue for the CLI as well? Thanks |
Yes I have also just hit the CLI issue exactly as you describe |
@eugencutic @friggog I manged to get it to work with running |
PS C:\Program Files\Microsoft SDKs\Azure\CLI2> az extension remove -n ml Examples from AI knowledge base: Unfortunately, this workaround is not working for me. |
worked for me on windows - extension directory may vary, looks like yours is |
Describe the bug
Import of private name from marshallow has broken now they removed it in an update:
Marshmallow version 3.24.0 introduces the issue
The text was updated successfully, but these errors were encountered: