Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pip 20.0.1 fails to resolve dependencies #7632

Closed
vizhur opened this issue Jan 21, 2020 · 4 comments
Closed

pip 20.0.1 fails to resolve dependencies #7632

vizhur opened this issue Jan 21, 2020 · 4 comments
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

Comments

@vizhur
Copy link

vizhur commented Jan 21, 2020

Environment

  • pip version: 20.0.1
  • Python version: 3.5.2, 3.6, 3.7
  • OS: Windows/Linix

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)**

@triage-new-issues triage-new-issues bot added the S: needs triage Issues/PRs that need to be triaged label Jan 21, 2020
@andresaco
Copy link

A similar problem occurs when installing these modules:

  • analytics-zoo
  • bigdl

@Ralnoc
Copy link

Ralnoc commented Jan 21, 2020

It is also being experience with mxnet

@sbidoul
Copy link
Member

sbidoul commented Jan 21, 2020

This issue is similar to #7626, all mentioned distributions share a similar compatibility tag structure

@pradyunsg pradyunsg added type: bug A confirmed bug or unintended behavior project: vendored dependency Related to a vendored dependency labels Jan 21, 2020
@triage-new-issues triage-new-issues bot removed the S: needs triage Issues/PRs that need to be triaged label Jan 21, 2020
@pradyunsg
Copy link
Member

I'm gonna close this in favor of #7626. Thanks for filing the issue! :)

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Feb 21, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Feb 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
Projects
None yet
Development

No branches or pull requests

5 participants