question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pip install dask-cuda install dask-cuda 0.6.0

See original GitHub issue

pip install dask-cuda installs dask-cuda 0.6.0. I got this when first trying to install dask-cuda (I use pip for dask-jobqueue so I tried pip first for dask-cuda is probably the main reason I got this). I then got confusing errors about scheduler_port or something like this.

I guess just removing the 0.6.0 package may be enough, otherwise uploading a dummy package with setup.py raising an error saying that you need to install from the rapidsai conda channel.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:14 (12 by maintainers)

github_iconTop GitHub Comments

2reactions
mrocklincommented, Nov 1, 2019

@kkraus14 the dask-cuda package is pure Python, and not particularly tied in any way to the other RAPIDS codebases. It is used by other non-RAPIDS packages that do publish PyPI packages, like XGBoost.

0reactions
pentschevcommented, Jan 10, 2020

This has been recently solved, we now have nightly builds, and the next release should come out in a few weeks.

Read more comments on GitHub >

github_iconTop Results From Across the Web

dask-cuda - PyPI
Various utilities to improve deployment and management of Dask workers on CUDA-enabled systems. This library is experimental, and its API is subject to...
Read more >
Installation — dask-cuda 23.02.00a0+gaedc955 documentation
Dask -CUDA can be installed using conda , pip , or from source. Conda . To use Dask-CUDA on your system, you...
Read more >
Dask Installation - Dask documentation
This installs Dask and all common dependencies, including pandas and NumPy. Dask packages are maintained both on the default channel and on conda-forge....
Read more >
XGBoost accelerated performance with Dask (GPU) - Kaggle
In order to run XGBoost with GPU you will have to: set up a distributed cluster using Dask-cuda; Connect to distributed cluster; scale...
Read more >
dask-cudf 0.6.1 on PyPI - Libraries.io
Install dependencies into a new conda environment conda create -n dask-cudf \ -c rapidsai -c numba -c conda-forge -c defaults \ cudf dask...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found