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]'
⚠Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
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