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 install upstreams of dask and dask-ml using pip 21.0 #124

Closed
ravwojdyla opened this issue Jan 29, 2021 · 4 comments
Closed

Can't install upstreams of dask and dask-ml using pip 21.0 #124

ravwojdyla opened this issue Jan 29, 2021 · 4 comments

Comments

@ravwojdyla
Copy link

ravwojdyla commented Jan 29, 2021

Minimal Complete Verifiable Example:

> conda create -n _try_sgkit_upstream_report python=3.8
> conda activate _try_sgkit_upstream_report
> pip --version
pip 21.0 from /Users/rav/miniconda3/envs/_try_sgkit_upstream_report/lib/python3.8/site-packages/pip (python 3.8)
> pip freeze
certifi==2020.12.5
> pip install 'git+https://github.com/dask/dask.git#egg=dask' 'git+https://github.com/dask/dask-ml.git#egg=dask-ml'

There's a different issue with:

> # note the additional extras spec:
> pip install 'git+https://github.com/dask/dask.git#egg=dask[array,dataframe]' 'git+https://github.com/dask/dask-ml.git#egg=dask-ml'

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:

ERROR: Cannot install dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask), dask[array,dataframe]==2.10.0, dask[array,dataframe]==2.10.1, dask[array,dataframe]==2.11.0, dask[array,dataframe]==2.12.0, dask[array,dataframe]==2.13.0, dask[array,dataframe]==2.14.0, dask[array,dataframe]==2.15.0, dask[array,dataframe]==2.16.0, dask[array,dataframe]==2.17.0, dask[array,dataframe]==2.17.1, dask[array,dataframe]==2.17.2, dask[array,dataframe]==2.18.0, das
k[array,dataframe]==2.18.1, dask[array,dataframe]==2.19.0, dask[array,dataframe]==2.20.0, dask[array,dataframe]==2.21.0, dask[array,dataframe]==2.22.0, dask[array,dataframe]==2.23.0, dask[array,dataframe]==2.24.0, dask[array,dataframe]==2.25.0, dask[array,dataframe]==2.26.0, dask[array,dataframe]==2.27.0, dask[array,dataframe]==2.28.0, dask[array,dataframe]==2.29.0, dask[array,dataframe]==2.30.0, dask[array,dataframe]==2.4.0, dask[array,dataframe]==2.5.0, dask[array,datafr
ame]==2.5.2, dask[array,dataframe]==2.6.0, dask[array,dataframe]==2.7.0, dask[array,dataframe]==2.8.0, dask[array,dataframe]==2.8.1, dask[array,dataframe]==2.9.0, dask[array,dataframe]==2.9.1, dask[array,dataframe]==2.9.2, dask[array,dataframe]==2020.12.0, dask[array,dataframe]==2021.1.0 and dask[array,dataframe]==2021.1.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2021.1.1 depends on dask 2021.1.1 (from https://files.pythonhosted.org/packages/c8/0f/ca6fa086f5730069ad2ed441cccd1b1917076cfd09e91e35ae4d2b47c884/dask-2021.1.1-py3-none-any.whl#sha256=cd98d44bc01071b5ee30262a5bcf40cd55d75df58c36bab79778d7c248b5ce16 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2021.1.0 depends on dask 2021.1.0 (from https://files.pythonhosted.org/packages/03/1e/f6d89a1557749de2d1e29f71d414e6e6fb5e19b82aa9e6a9ccea1f877f2b/dask-2021.1.0-py3-none-any.whl#sha256=40a68275e9e407a07fd0a8f49b8825572be1f2a5dd2a004696650b36986c9c26 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2020.12.0 depends on dask 2020.12.0 (from https://files.pythonhosted.org/packages/73/95/72275bf8edd695ba6db792f4f09088a0c1ebe6506cb9790ff90b90219016/dask-2020.12.0-py3-none-any.whl#sha256=5741db6e2426c001cecd374cba3bba8fea16a2da081089376ebcad9f8cf32aca (from https://pypi.org/simple/dask/) (requires-python:>=3.6)) The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.30.0 depends on dask 2.30.0 (from https://files.pythonhosted.org/packages/04/94/b4012c61c09300f4413c58a522a6cc1a212dc4a7f6fe1ba98d67429c089d/dask-2.30.0-py3-none-any.whl#sha256=4c215aa55951f570b5a294b2ce964ed801c6efd766231c53447460e60f73ea14 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.29.0 depends on dask 2.29.0 (from https://files.pythonhosted.org/packages/48/01/53e1b233f85a114cfcd54d80c4f61362ea3975412a32a6f633bb7f0e4892/dask-2.29.0-py3-none-any.whl#sha256=cdacdee047f57cf51986d3eaf2e16df10b0798d65163e788a1c83a5a0e2e9d7f (from https://pypi.org/simple/dask/) (requires-python:>=3.6)) The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.28.0 depends on dask 2.28.0 (from https://files.pythonhosted.org/packages/e3/95/a4d8b380009e55de64ef3fa386f67fcf3e1c3c8e4eb4536c3d68b82145d5/dask-2.28.0-py3-none-any.whl#sha256=91d84e04b15148e45d447eb714f6a092c71cdbfd6b9e3f7c9aac6d96abbd75b0 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.27.0 depends on dask 2.27.0 (from https://files.pythonhosted.org/packages/c4/f6/74ee12f734f5ab40d3f59f48aff91ce502e33e6d2223e62bbb5fdf921431/dask-2.27.0-py3-none-any.whl#sha256=53368482a49acee8a74e70417ae115a9928602090ca9328968736d9e80034574 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.26.0 depends on dask 2.26.0 (from https://files.pythonhosted.org/packages/22/dd/9838205f3842c7b1c0d179ab88acac01abc11c85d4f48281795db93c6580/dask-2.26.0-py3-none-any.whl#sha256=09e2e3423df23acf59e54202351895a9bf3e18210e343b6247b33034207b0a3a (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask) dask[array,dataframe] 2.25.0 depends on dask 2.25.0 (from https://files.pythonhosted.org/packages/19/45/da46193812fd7d1ac75088d2c8cdb2255d2aeeb128c8327c43aea329282f/dask-2.25.0-py3-none-any.whl#sha256=0663e95022b37404c4f8bd386107b215878951476edd588c6783a40201d176f3 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.24.0 depends on dask 2.24.0 (from https://files.pythonhosted.org/packages/aa/be/1221750e57f15183c5c179e5f7dda6bae39d7f177dcc7b59ed6a42eeeebf/dask-2.24.0-py3-none-any.whl#sha256=86c9b66f42d9107ac82210df19bab1211f00e59c82063f01fed7b9dcfa3c9e6c (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.23.0 depends on dask 2.23.0 (from https://files.pythonhosted.org/packages/96/7c/3993c5af2ebf2c0b9a88e6028def75efb128c7e163b13a3398c40ca447e9/dask-2.23.0-py3-none-any.whl#sha256=638adf45e0cbe744c05531f2617259098f071f72c1b6cbefb66116632b93e56d (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.22.0 depends on dask 2.22.0 (from https://files.pythonhosted.org/packages/c2/00/25f8be008dc11f868ff1c4d4a46577b03e616ae375c6e67388bdbbd03403/dask-2.22.0-py3-none-any.whl#sha256=47b75b2a86ab1b17c80e26222ba7de02f200fb73e434ed7ea85282ee565e157d (from https://pypi.org/simple/dask/) (requires-python:>=3.6)) The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.21.0 depends on dask 2.21.0 (from https://files.pythonhosted.org/packages/d1/10/52d932ac26aba462ef3da5ab2eed9fbe2522174a5fa0cd1fd21f53bac252/dask-2.21.0-py3-none-any.whl#sha256=9e9397d9ca08fe0540ceb57bbda1fab8dad6f5f4c3e555e33d0d0bdd28d8d8bd (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.20.0 depends on dask 2.20.0 (from https://files.pythonhosted.org/packages/27/1a/c7caa87b758a99d1feada7a9f89ffc1d86453d05733668f20161f5489835/dask-2.20.0-py3-none-any.whl#sha256=170257ba29f5a898a4d01a21cd4f8d0e871e59c4ce7dccd254d15d1c679a0b66 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.19.0 depends on dask 2.19.0 (from https://files.pythonhosted.org/packages/c4/f3/096b2447b6f421359885cc2822b5ee9568ebb211df8d6be06f768c94fd26/dask-2.19.0-py3-none-any.whl#sha256=a71db1cef556e9930a8da35f820dc73024102810f5670e1c258c706ff5076edc (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.18.1 depends on dask 2.18.1 (from https://files.pythonhosted.org/packages/ed/bc/ca330b1cf47bc4f1bd941a09a77fe688ac5a2813df4a52c933dbb6b54c4e/dask-2.18.1-py3-none-any.whl#sha256=145cf03bcdf737d475e4acd56d91763888a1ba95da5565100e4b744b60f52bf7 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.18.0 depends on dask 2.18.0 (from https://files.pythonhosted.org/packages/a2/8a/e388bad377b187e0eb48598b6188646358c7a5d499aa5a8fb377b25419e7/dask-2.18.0-py3-none-any.whl#sha256=e2b385cfa2b561b1ff003b19f4e4d1746f7273366ac06676e459191ebf66b768 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.17.2 depends on dask 2.17.2 (from https://files.pythonhosted.org/packages/c4/1c/64d277a1aa181ff845327c7ad405f020c58543be005b9bc252f2141d8110/dask-2.17.2-py3-none-any.whl#sha256=c8809a016ce72b01e0d7a39aa9b553f796c14c21c1899fad4e8bbe51eca87536 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.17.1 depends on dask 2.17.1 (from https://files.pythonhosted.org/packages/81/7c/054ab50438694fc7d6bb58c5bb254966b1e80ea8d5d456ae0426edeb547d/dask-2.17.1-py3-none-any.whl#sha256=e12c969c3af972999dc62fd3c34ad5b1934335981006455591f836f02e211e85 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.17.0 depends on dask 2.17.0 (from https://files.pythonhosted.org/packages/5d/5e/f26ad59bb3bddde6740a1aed48a748fde87b2c41d5830f5b0b5dee18990b/dask-2.17.0-py3-none-any.whl#sha256=baa156905da651bac03eb0965dad5b7b607d0358d6eff5e8f4fe66240dc94c0c (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.16.0 depends on dask 2.16.0 (from https://files.pythonhosted.org/packages/2a/00/1d9d5a0a6e9b500dd82b280298966db03d32f133bba7805a8a459ef486b6/dask-2.16.0-py3-none-any.whl#sha256=4993e7ae6a783d6bf57c6fd3c70ff60aa2a66da6937a40b0ae404ce11e8a9e66 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.15.0 depends on dask 2.15.0 (from https://files.pythonhosted.org/packages/a5/a0/55e9db449ac91416236ac8bb433e691fffa3b6656963eb62ae6faafe18e4/dask-2.15.0-py3-none-any.whl#sha256=22233534a045566ce28de551e93d498f23a95a0f788333706c912282a9c87829 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.14.0 depends on dask 2.14.0 (from https://files.pythonhosted.org/packages/2d/30/20be641e512cc40ea6aaabd0d1dcda3fa4636420d18601eadf6af7b29a7a/dask-2.14.0-py3-none-any.whl#sha256=ddcfc2afa13a359aa707e5b3369127286543967a268061b50ee0cc891793602f (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.13.0 depends on dask 2.13.0 (from https://files.pythonhosted.org/packages/37/07/1035e89a768fffa0fdef0da57c5c4e1bf5709a7479379b431abca4c9974c/dask-2.13.0-py3-none-any.whl#sha256=9e1ee5ad0c88f4e38d28d1e6775c1479b0595d51406337f575312a7d66fe53c2 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.12.0 depends on dask 2.12.0 (from https://files.pythonhosted.org/packages/6b/e6/992890ad9ee4d6059c6de2b497d483771c507e023492ba624be944016082/dask-2.12.0-py3-none-any.whl#sha256=a8a23c28f7cbda29db7c72c15e8d5f8cbad622bf488aa23386c76713041fac0f (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.11.0 depends on dask 2.11.0 (from https://files.pythonhosted.org/packages/c2/7a/22ffaff40b7c912cac6956e18d38c686b6b5756179e9c09e8e6bf7810aad/dask-2.11.0-py3-none-any.whl#sha256=86324c92b4f7f64cc596673de1ab2297393415a85554417c577b5d1cb1a0d91e (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.10.1 depends on dask 2.10.1 (from https://files.pythonhosted.org/packages/cf/99/dc5ca5758bed9acfab0746556e8321768452eaf5051cff202cb061709ed5/dask-2.10.1-py3-none-any.whl#sha256=cf9ebd3797e69350cfa463aaeefe20f58c07d84d6fa9548367cd102b5f9b61bb (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.10.0 depends on dask 2.10.0 (from https://files.pythonhosted.org/packages/d3/3b/3499f439b63fc61ec685fd0a28f7a5a90b97e47345bfc6025216011af013/dask-2.10.0-py3-none-any.whl#sha256=14931a8714c378b02233fcb5c2c0d4cfae1d8f52836692ea272b02697681dbbd (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.9.2 depends on dask 2.9.2 (from https://files.pythonhosted.org/packages/03/fb/d060d926b4e3af64b687f59f907435a9e8497a6f422c2e4aabcd47df2555/dask-2.9.2-py3-none-any.whl#sha256=bdf6385dc2d913483b2fcfb54ede7526cd16ae29c31e898bb287291bf7c680ff (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.9.1 depends on dask 2.9.1 (from https://files.pythonhosted.org/packages/3c/d9/2a5860c95a5172b39c28f0f7ccd522a46787bb7e23b7921218d84e81dfb1/dask-2.9.1-py3-none-any.whl#sha256=d2e22b6c0d9c9f5765dc83dcc7fc9179b41d9db279c5fa2096ff85d60796c70b (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.9.0 depends on dask 2.9.0 (from https://files.pythonhosted.org/packages/bf/b3/9175539d5a43b0bb1fe6d9729613a9639dd78a0e13c3fa7fc1ba702e56fa/dask-2.9.0-py3-none-any.whl#sha256=5d2ee52380d3f89ae4c650e226461c4d46dea0da981a84cb430a6c0167cbbb04 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.8.1 depends on dask 2.8.1 (from https://files.pythonhosted.org/packages/b3/56/ea46d9b2ed53f03072087ba811ee580640e16a787d99373a6b82646974bc/dask-2.8.1-py3-none-any.whl#sha256=78b8a7187ba613ce6ca72d6b14229be72a732d432415c18265c71f00f4927d63 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.8.0 depends on dask 2.8.0 (from https://files.pythonhosted.org/packages/16/c6/d833bb656823031161f7fa085050dafc0f11949334a3c34d4a9392c54f46/dask-2.8.0-py3-none-any.whl#sha256=d3cf6f11abafb3087337f410d34977c1a773fcae51667e74df5044884fd791f6 (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.7.0 depends on dask 2.7.0 (from https://files.pythonhosted.org/packages/15/53/f5bb9d79612f9ea6dd3614c6246c969b31c101ebaa8d28c435d1f2185c69/dask-2.7.0-py3-none-any.whl#sha256=ce97aa2bc079bf43d43dbef9408f93f9a6287851b7f71188298e816f6ffce7dd (from https://pypi.org/simple/dask/) (requires-python:>=3.6))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.6.0 depends on dask 2.6.0 (from https://files.pythonhosted.org/packages/f8/70/b7e55088c6a6c9d5e786c85738d92e99c4bf085fc4009d5ffe483cd6b44f/dask-2.6.0-py3-none-any.whl#sha256=876aaae1b36e92353bc42503283981c6e54718f897746991f13ef31a87efe4f6 (from https://pypi.org/simple/dask/) (requires-python:>=3.5))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.5.2 depends on dask 2.5.2 (from https://files.pythonhosted.org/packages/2a/56/565c82ec663ba1f2f12d2666fbac97f100c60ac49dd4a7549228de14f097/dask-2.5.2-py3-none-any.whl#sha256=133cfbef61f41c1d30b51c3994319dd9a85817a0c0c5b8625617a3627cf75af9 (from https://pypi.org/simple/dask/) (requires-python:>=3.5))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.5.0 depends on dask 2.5.0 (from https://files.pythonhosted.org/packages/fe/33/4b606b0cc2166760141f5576a1851e4e1d0e9b44f736bf185c01bb993dab/dask-2.5.0-py3-none-any.whl#sha256=a7cf4d8d26082073985c28f591c4aff5f9d7e158a5445172033daf23b6a364ad (from https://pypi.org/simple/dask/) (requires-python:>=3.5))
The user requested dask 2021.1.1+6.g9bb586a6 (from git+https://github.com/dask/dask.git#egg=dask)
dask[array,dataframe] 2.4.0 depends on dask 2.4.0 (from https://files.pythonhosted.org/packages/19/39/5f782ac9cfc00cd7d2eae10e72e1bff2f0b396ec31961257acda55e0ef36/dask-2.4.0-py3-none-any.whl#sha256=a62d3dd41cc1e4b24d450cdd9f2c37e8c56acb1f05e8b65c51307f8f1604d578 (from https://pypi.org/simple/dask/) (requires-python:>=3.5))

What you expected to happen:
Be able to install dask and dask-ml upstreams together.

Environment:

  • Dask version: upstream.
  • Python version: 3.8
  • Operating System: mac
  • Install method: pip/source.
@jsignell
Copy link
Member

jsignell commented Feb 1, 2021

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'

@quasiben
Copy link
Member

quasiben commented Feb 2, 2021

I think (haven't verified) this could be resolve with something like:

pip install git+https://github.com/dask/distributed.git@master git+https://github.com/dask/dask-ml.git@main

@ravwojdyla
Copy link
Author

@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'

@ravwojdyla
Copy link
Author

It's a pip issue: pypa/pip#8785. Closing this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants