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

Can't resolve dependencies in simultaneous install of two packages (dask + dask-ml) #9562

Closed
ravwojdyla opened this issue Feb 4, 2021 · 2 comments

Comments

@ravwojdyla
Copy link

ravwojdyla commented Feb 4, 2021

Xref: dask/community#124
pip version: 21.0.1

What did you want to do?
Install two packages via github, with some dependencies (between them), at the same time, this is somewhat vague description but specifically I would like to be able to:

> pip install 'git+https:/dask/dask.git#egg=dask' 'git+https:/dask/dask-ml.git#egg=dask-ml'

This fails with dependency conflict (see the logs in the original issue), BUT interestingly as reported by @jsignell in dask/community#124 (comment), pip can install those two separately:

> pip install 'git+https:/dask/dask.git#egg=dask' 
> pip install 'git+https:/dask/dask-ml.git#egg=dask-ml'

Therefor this smells like a bug?

Output

dask/community#124 (comment)

@uranusjr
Copy link
Member

uranusjr commented Feb 4, 2021

Basically #8785

@ravwojdyla
Copy link
Author

Thanks @uranusjr! Closing this. Btw, thank you so much for all the hard work on the new resolver!!

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants