Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.58k stars 2.8k forks source link

Unable to install in Debian 10 #9604

Closed vairakkumaar-svs-hf closed 4 years ago

vairakkumaar-svs-hf commented 4 years ago

https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md#net-core-lifecycle-news

Azure SDK and .NET Core and relevant projects needs to get into Monorepo, the point is that they are going out of sync and not supported at the expected standard one expects from MSFT that competes with other similar companies.

Case in point .NET Core 2.2 reached end of support:

https://github.com/dotnet/core/blob/master/release-notes/2.1/2.1.15/2.1.15.md#net-core-lifecycle-news

Receive error when I install: ERROR: Could not find a version that satisfies the requirement dotnetcore2>=2.1.9 (from azureml-dataprep[fuse]<1.2.0a,>=1.1.37a->azureml-sdk) (from versions: none) ERROR: No matching distribution found for dotnetcore2>=2.1.9 (from azureml-dataprep[fuse]<1.2.0a,>=1.1.37a->azureml-sdk)

However, Debian 10 docker image version of dotnet core 3 does give the above error and the latest available .net 2.x version available in debian is 2.1.8

And it won't run t

Describe the bug Receive error when I install: ERROR: Could not find a version that satisfies the requirement dotnetcore2>=2.1.9 (from azureml-dataprep[fuse]<1.2.0a,>=1.1.37a->azureml-sdk) (from versions: none) ERROR: No matching distribution found for dotnetcore2>=2.1.9 (from azureml-dataprep[fuse]<1.2.0a,>=1.1.37a->azureml-sdk)

However, Debian 10 docker image version of dotnet core 3 does give the above error and the latest available .net 2.x version available in debian is 2.1.8

To Reproduce

  1. docker python 3 provides debian 10 version.
  2. added dotnet sdk 3 with dotnet core 3
  3. install ml sdk and get the error.

Expected behavior successfully installed with azure sdk and .net core sdk 3

vairakkumaar-svs-hf commented 4 years ago

created in incorrect git repo