MachineLearningNotebooks: Failed to Install azureml-sdk on Windows
Hi,
I have Python 3.7.4 installed on my Windows desktop. I was trying to install the azureml python sdk using pip install azureml-sdk
, but it has error: ERROR: Could not find a version that satisfies the requirement azureml-dataprep-native<14.0.0,>=13.0.0 (from azureml-dataprep<1.2.0a,>=1.1.9a->azureml-sdk) (from versions: none) ERROR: No matching distribution found for azureml-dataprep-native<14.0.0,>=13.0.0 (from azureml-dataprep<1.2.0a,>=1.1.9a->azureml-sdk)
Do you know how to resolve it? Thanks!
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 19 (2 by maintainers)
Please follow “Local computer” section here https://docs.microsoft.com/en-us/azure/machine-learning/service/how-to-configure-environment.
confirm that rolling back to pip 19.0 solves the problem.
I’m deploying a package on azure web app using kudu – i dont see how I can change the behavior of the pip upgrade command in the script. Is it configurable ? I’d like to pin the pip version if its possible
issue filed here https://github.com/pypa/pip/issues/7632. I am using older version of pip (19.) for a workaround.
it’s year 2021, it’s still happening.
pip install azureml-sdk[notebooks,automl,explain]
I’m following Azure Machine Learning tutorial
pip version 20.1.1 python 3.7.8 OS: Windows 10
I do not want to set my pip version to an outdated version. Is there any proper way to fix it?
In case you are experiencing this error while using Azure Machine Learning Compute (AML Compute):
Manually setting the
pip
version back to 19 for the Conda environment works:I am getting the following similar to the issue above, and I went to the document and failed to see the fix, Can you please help?