Open borgeser opened 12 hours ago
Thank you for opening this issue, we will look into it.
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.
Describe the bug
I'm trying to install and use the
ml
extension on an AlmaLinux machine. You can easily reproduce the issue using Docker. The installation of Azure CLI went well (I followed https://learn.microsoft.com/en-us/cli/azure/install-azure-cli-linux?pivots=dnf). The installation of theml
extension usingaz extension add—n ml
also went well.However, as soon as I enter any
az ml ...
command, I get this output:The important part is the
No module named 'google.protobuf'
message.Related command
az ml model list
Errors
Issue script & Debug output
Expected behavior
I would have expected error messages relative to the command I've entered, like
one the following arguments are required: [--workspace-name/-w, --registry-name]
orPlease run 'az login' to setup account.
, not an internal error coming from protobuf.Environment Summary
azure-cli 2.67.0
core 2.67.0 telemetry 1.1.0
Extensions: ml 2.32.4
Dependencies: msal 1.31.0 azure-mgmt-resource 23.1.1
Python location '/usr/bin/python3.9' Extensions directory '/root/.azure/cliextensions'
Python (Linux) 3.9.19 (main, Sep 11 2024, 00:00:00) [GCC 11.5.0 20240719 (Red Hat 11.5.0-2)]
Legal docs and information: aka.ms/AzureCliLegal
Your CLI is up-to-date.
Additional context
No bug in Ubuntu.