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

[BUG] cuml_dev environment files result in ResolutionImpossible error during install #3210

Closed
wphicks opened this issue Nov 30, 2020 · 1 comment · Fixed by #3218
Closed
Labels
? - Needs Triage Need team to review and classify bug Something isn't working

Comments

@wphicks
Copy link
Contributor

wphicks commented Nov 30, 2020

Attempting to install the cuml_dev environment file from any of the existing conda env files results in ResolutionImpossible due to a mismatch between the version of dask we are trying to install and the version expected by distributed. Adding @master to the dependency string allows installation to proceed, but it is not clear to me why this would make a difference for these repos.

@wphicks wphicks added bug Something isn't working ? - Needs Triage Need team to review and classify labels Nov 30, 2020
@wphicks
Copy link
Contributor Author

wphicks commented Dec 1, 2020

This is a result of recent changes to the pip resolver. Adding @master is the correct solution for now, though this may represent a bug in pip. I'll create a PR accordingly.

@rapids-bot rapids-bot bot closed this as completed in #3218 Dec 2, 2020
rapids-bot bot pushed a commit that referenced this issue Dec 2, 2020
Avoid dependency resolution failure in latest version of pip by explicitly specifying versions for dask and distributed

Resolve #3210

Authors:
  - William Hicks <[email protected]>

Approvers:
  - John Zedlewski
  - Dillon Cullinan
  - AJ Schmidt

URL: #3218
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant