The Azure Machine Learning SDK for Python consists of many libraries, and if you upgrade only one, the versions will be different between the libraries ... Therefore, it is necessary to upgrade all at once, including the dependencies.
pip install --upgrade --upgrade-strategy eager azureml-sdk
https://docs.microsoft.com/ja-jp/python/api/overview/azure/ml/install?view=azure-ml-py
Recommended Posts