pip 20.0.1 fails to resolve dependencies #7632
Labels
auto-locked
Outdated issues that have been locked by automation
project: vendored dependency
Related to a vendored dependency
type: bug
A confirmed bug or unintended behavior
Environment
pip 20.0.1 fails to resolve dependencies on install
Description
pip 20.0.1 fails to resolve dependencies on install
Expected behavior
expected to find and install necessary dependencies
How to Reproduce
(localsdk) PS C:\Repos> python -m pip install -U pip
Collecting pip
Downloading https://files.pythonhosted.org/packages/57/36/67f809c135c17ec9b8276466cc57f35b98c240f55c780689ea29fa32f512/pip-20.0.1-py2.py3-none-any.whl (1.5MB)
100% |################################| 1.5MB 3.4MB/s
Installing collected packages: pip
Found existing installation: pip 10.0.1
Uninstalling pip-10.0.1:
Successfully uninstalled pip-10.0.1
Successfully installed pip-20.0.1
>>pip install azureml-dataprep
Collecting azureml-dataprep
Using cached azureml_dataprep-1.1.38-py3-none-any.whl (26.9 MB)
ERROR: Could not find a version that satisfies the requirement dotnetcore2>=2.1.9 (from azureml-dataprep) (from versions: none)
ERROR: No matching distribution found for dotnetcore2>=2.1.9 (from azureml-dataprep)
python -m pip install pip==19.3.1
Collecting pip==19.3.1
Using cached pip-19.3.1-py2.py3-none-any.whl (1.4 MB)
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 20.0.1
Uninstalling pip-20.0.1:
Successfully uninstalled pip-20.0.1
Successfully installed pip-19.3.1
(localsdk) PS C:\Repos> pip install azureml-dataprep
Collecting azureml-dataprep
Using cached https://files.pythonhosted.org/packages/4a/2f/4036423ca1b9a50814f69bed3eb0cf6110adacc4b958156dfbd088bc6968/azureml_dataprep-1.1.38-py3-none-any.whl
Collecting cloudpickle>=1.1.0
Using cached https://files.pythonhosted.org/packages/c1/49/334e279caa3231255725c8e860fa93e72083567625573421db8875846c14/cloudpickle-1.2.2-py2.py3-none-any.whl
Collecting azureml-dataprep-native<14.0.0,>=13.2.0
Downloading https://files.pythonhosted.org/packages/cc/8a/1455074c5a5c3e6b4c8babd0f2ae5320bf669a5131ddeeef495298d6b2c6/azureml_dataprep_native-13.2.0-cp35-cp35m-win_amd64.whl (871kB)
|################################| 880kB 1.7MB/s
Collecting dotnetcore2>=2.1.9
Using cached https://files.pythonhosted.org/packages/7f/45/ef5f5609711f6e976ab1e39d03d0c246b6e03cc56942b5e324f58a34bf9b/dotnetcore2-2.1.11-py3-none-win_amd64.whl
Collecting distro>=1.2.0
Using cached https://files.pythonhosted.org/packages/ea/35/82f79b92fa4d937146c660a6482cee4f3dfa1f97ff3d2a6f3ecba33e712e/distro-1.4.0-py2.py3-none-any.whl
Installing collected packages: cloudpickle, azureml-dataprep-native, distro, dotnetcore2, azureml-dataprep
Successfully installed azureml-dataprep-1.1.38 azureml-dataprep-native-13.2.0 cloudpickle-1.2.2 distro-1.4.0 dotnetcore2-2.1.11
WARNING: You are using pip version 19.3.1; however, version 20.0.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
Output
Using cached azureml_dataprep-1.1.38-py3-none-any.whl (26.9 MB)
ERROR: Could not find a version that satisfies the requirement dotnetcore2>=2.1.9 (from azureml-dataprep) (from versions: none)
ERROR: No matching distribution found for dotnetcore2>=2.1.9 (from azureml-dataprep)**
The text was updated successfully, but these errors were encountered: