Azure-docs: Issue in installing SDK - Command is wrong

Created on 24 Feb 2019  Â·  3Comments  Â·  Source: MicrosoftDocs/azure-docs

pip install --upgrade azureml-sdk[notebooks]

Throws the error no matches found: azureml-sdk[notebooks].

The actual command should be either pip install 'azureml-sdk[notebooks]' or pip install --upgrade 'azureml-sdk[notebooks]'

Same goes with pip install --upgrade azureml-sdk[automl]. It should be pip install --upgrade 'azureml-sdk[automl]'


Document Details

⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

cxp doc-bug machine-learninsvc triaged

All 3 comments

Thanks for the feedback! We are currently investigating and will update you shortly.

@sleebapaul Hi Sleeba, thanks for the feedback. I saw a PR for that. I will close this thread, let's keep eyes on the pull request. We will now proceed to close this thread. If there are further questions regarding this matter, please respond here and @YutongTie-MSFT and we will gladly continue the discussion.

Try with noglob pip install --upgrade azureml-sdk[notebooks,automl] . The explanation of zsh and globbing ->https://github.com/MicrosoftDocs/azure-docs/issues/15893

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jharbieh picture jharbieh  Â·  3Comments

JamesDLD picture JamesDLD  Â·  3Comments

spottedmahn picture spottedmahn  Â·  3Comments

AronT-TLV picture AronT-TLV  Â·  3Comments

spottedmahn picture spottedmahn  Â·  3Comments