question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

az ml : 'ml' is misspelled or not recognized by the system

See original GitHub issue

I’m trying to update a model that was deployed with az ml. When I run any command starting with az ml (e.g. az ml -h) I now get the error:

Error loading command module ‘network’: No module named ‘azure.core.rest’ cannot import name ‘ARMChallengeAuthenticationPolicy’ ‘ml’ is misspelled or not recognized by the system.

Examples from AI knowledge base: az extension add --name anextension Add extension by name

az extension list-available List all publicly available extensions

https://docs.microsoft.com/en-US/cli/azure/extension#az_extension_add

I am using the following versions: az version

{ “azure-cli”: “2.33.1”, “azure-cli-core”: “2.33.1”, “azure-cli-telemetry”: “1.0.6”, “extensions”: { “ml”: “2.1.2” } }

az extension list

[ { “experimental”: false, “extensionType”: “whl”, “name”: “ml”, “path”: “/opt/az/extensions/ml”, “preview”: true, “version”: “2.1.2” } ]

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

3reactions
kavyadevdcommented, Jun 24, 2022

The error can be resolved by installing the extension using the following command: az extension add -n azure-cli-ml

see this

0reactions
maciejskorskicommented, Aug 30, 2022

The error can be resolved by installing the extension using the following command: az extension add -n azure-cli-ml

Is the extension azure-cli-ml an alternative to ml


  • WARNING: *
  • Extension “azure-cli-ml” cannot be used along with extension “ml”. This may result in unexpected behaviour.*
  • Please remove azure-cli-ml extension by running "az extension remove -n azure-cli-ml *

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot Use the ML CLI v2 - Microsoft Q&A
'ml' is misspelled or not recognized by the system. Attachments: Up to 10 attachments (including images) can be used with a maximum of...
Read more >
'create' is misspelled or not recognized by the system on az ml ...
I've created a datastore and uploaded data to that datastore when I try to create a dataset using the cli, I get this...
Read more >
Azure command line 'az ml' on Mac not working - Intellipaat
I am trying to run any az ml function and am running into this error: $ az ml -h ... supported function for...
Read more >
az webapp is misspelled or not recognized by the system.
I am trying to use the Azure CLI to run webapp commands. I get: 'webapp' is misspelled or not recognized by the system....
Read more >
Methodidacte – Blog dédié à la donnée sous toutes ses ...
az ml -h. Si l'installation a échouée, le message d'erreur suivant apparaîtra. az ml : 'ml' is misspelled or not recognized by the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found