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] cudf_dev environment files result in ResolutionImpossible error during install #6868

Closed
jdye64 opened this issue Dec 1, 2020 · 0 comments · Fixed by #6869
Closed
Labels
bug Something isn't working

Comments

@jdye64
Copy link
Contributor

jdye64 commented Dec 1, 2020

Attempting to install the cudf_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.

@jdye64 jdye64 added Needs Triage Need team to review and classify bug Something isn't working labels Dec 1, 2020
@rapids-bot rapids-bot bot closed this as completed in #6869 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

Closes: #6868

Authors:
  - Jeremy Dyer <[email protected]>

Approvers:
  - AJ Schmidt

URL: #6869
@bdice bdice removed the Needs Triage Need team to review and classify label Mar 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants