You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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
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.The text was updated successfully, but these errors were encountered: