-
Notifications
You must be signed in to change notification settings - Fork 1.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
az ml 2.24.0 not compatible with mcr.microsoft.com/azure-cli:2.58.0 #7385
Comments
Thank you for opening this issue, we will look into it. |
same here - I reproduced it within the container and try install ml extension. Meanwhile if you install v2.23.0 it works but it was complaining about some packages:
docker run -it --rm mcr.microsoft.com/azure-cli:2.58.0 az extension add -n ml --version 2.23.0 --debug
apk add gcc python3-dev musl-dev linux-headers
az extension add --name ml --version 2.23.0 |
Summary:
Options (details are in internal thread):
Next Step: |
FYI: the fix is released at CLI 2.25.1, please verify |
Close the issue as it's fixed |
I have the same issue, but in Windows 10. Can anyone help? C:\Users\teknikal>az extension add -n ml Default enabled including preview versions for extension installation now. Disabled in future release. Use '--allow-preview true' to enable it specifically if needed. Use '--allow-preview false' to install stable version only. |
Describe the bug
az ml 2.24.0 extension is not compatible with container image 'mcr.microsoft.com/azure-cli:2.58.0'
This is related to the newly added dependency on azureml-dataprep-rslex which has no musllinux compatible distributions
Related command
az extension add --name ml --version 2.24.0
Errors
az extension add --name ml --version 2.24.0
Default enabled including preview versions for extension installation now. Disabled in May 2024. Use '--allow-preview true' to enable it specifically if needed. Use '--allow-preview false' to install stable version only.
An error occurred. Pip failed with status code 1. Use --debug for more information.
Issue script & Debug output
Expected behavior
I should be able to install the ML extension on a Microsoft-provided Azure CLI container image
Environment Summary
azure-cli 2.58.0
core 2.58.0
telemetry 1.1.0
Dependencies:
msal 1.26.0
azure-mgmt-resource 23.1.0b2
Python location '/usr/local/bin/python'
Extensions directory '/root/.azure/cliextensions'
Python (Linux) 3.11.8 (main, Feb 7 2024, 23:20:20) [GCC 13.2.1 20231014]
Additional context
No response
The text was updated successfully, but these errors were encountered: