azureml-sdk and azure-identity==1.4.0

Marcin 1 Reputation point
2020-08-26T16:47:29.627+00:00

In our project we already use azure-identity==1.4.0 (to use az cli authentication in development - DefaultAzureCredential). Now we would like to use azureml-sdk however it seems that it only works with azure-identity<1.3.0.
Is there any workaround to make it work? Any idea when azureml-sdk will catch up and how to make a pressure on them?

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,725 questions
{count} votes

2 answers

Sort by: Most helpful
  1. YutongTie-MSFT 48,586 Reputation points
    2020-08-27T01:58:22.053+00:00

    Hello,

    One workaround I have not is, you can use AzureML SDK without dataprep that brings the dependency. I would recommend you to not use metapackages like azureml-sdk and install the dependencies you need only.

    Please let me know if you need more information.

    Regards,
    Yutong

    0 comments No comments

  2. Thesling Alice 1 Reputation point
    2020-08-27T13:09:53.183+00:00

    Hi,

    I do encounter the same problem. As I need to make use of the AzureML dataprep, the suggested work around is not applicable for me. How can I make an offical feature request for the upgrade of the dependency?

    Thanks,
    Alice