Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,106 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm trying to execute python script using this tutorial https://learn.microsoft.com/en-us/azure/machine-learning/component-reference/execute-python-script?view=azureml-api-2&viewFallbackFrom=azureml-api-1
but I keep receiving
azureml_main: 'ImportError: cannot import name 'AccessTokenInfo' from 'azure.core.credentials'
I checked and I am using azure-core-1.32.0, which it should have 'AccessTokenInfo', but I keep receiving this!
This error happens when I import "from azure.keyvault.secrets import SecretClient"