All Questions
Tagged with rapids installation
3 questions
0
votes
2
answers
1k
views
cuDF installation failure: "Didn't find wheel for cudf-cu12 24.6.1"
I'm trying to install cuDF to gain the glorious powers of multithreading my NVIDIA GPU in my python scripts. However, I can't install cuDF.
To install cuDF, i went to https://docs.rapids.ai/install ...
1
vote
1
answer
863
views
conda install rapids fail date to package
I tried installing rapids library on a conda environment but getting the following error
conda install -c rapidsai -c nvidia -c conda-forge rapids=21.10.00
PackagesNotFoundError: The following ...
2
votes
1
answer
4k
views
How do I install dask_cudf?
I am using the follow lines in terminal to install rapids and then dask cudf:
conda create -n rapids-core-0.14 -c rapidsai -c nvidia -c conda-forge \
-c defaults rapids=0.14 python=3.7 ...