-
Notifications
You must be signed in to change notification settings - Fork 3k
azure-ai-ml SDK and CLI installation broken #40575
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
Comments
azure-ai-ml sdk new version released that is 1.26.3 |
The issue seems to be still remaining in Azure Machine Learning CLI 2.36.3 (ml extension). I assume the extension requires a new version that includes the latest changes for the marshmallow dependency. |
Confirmed, the issue still resides while using Azure Machine Learning CLI latest version available (2.63.3). Is a new version for this extension released to address this issue? Thank you in advance. |
CLI hotfix also released. Please use the latest version 2.36.4. |
Hi @kingernupur. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation. |
As a hotfix it locks |
Hi @kingernupur, since you haven’t asked that we |
Describe the bug
All fresh installs and updates for AML SDK v2 and CLI v2 wheels are currently encountering the following error:
ImportError: cannot import name 'FieldInstanceResolutionError' from 'marshmallow.utils'
It is advisable to avoid fresh installs if possible, as existing installations should remain functional. If fresh installs or updates are necessary, please temporarily pin marshmallow to a version below 4. We are actively working on a hotfix to resolve this issue as soon as possible.
The text was updated successfully, but these errors were encountered: