-
-
Notifications
You must be signed in to change notification settings - Fork 3
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 install upstreams of dask and dask-ml using pip 21.0 #124
Comments
I can reproduce, but I'm not sure what we can do about this from the dask side. Note that the install works fine if you do it in two steps: pip install 'git+https://github.com/dask/dask.git#egg=dask'
pip install 'git+https://github.com/dask/dask-ml.git#egg=dask-ml' |
I think (haven't verified) this could be resolve with something like:
|
@quasiben it doesn't help. FYI tried both: > pip install 'git+https://github.com/dask/dask.git@master#egg=dask' 'git+https://github.com/dask/dask-ml.git@main#egg=dask-ml'
> pip install 'git+https://github.com/dask/dask.git@master' 'git+https://github.com/dask/dask-ml.git@main' |
It's a pip issue: pypa/pip#8785. Closing this. |
Minimal Complete Verifiable Example:
There's a different issue with:
At the core it's likely a pip issue, but there is also a chance it's related to the versioning. Anyhow wanted to raise an issue, to know if this is a known issue. Oh and the issue is gone with the legacy resolver (
--use-deprecated=legacy-resolver
).What happened:
What you expected to happen:
Be able to install
dask
anddask-ml
upstreams together.Environment:
The text was updated successfully, but these errors were encountered: