PackagesNotFoundError - rapids=24.02* for jupyter notebook

25 views Asked by At

I want to install cudf

I used this command in a jupyter notebook and got this error for the current channels:

!conda create --solver=libmamba -n rapids-24.02 -c rapidsai -c conda-forge -c nvidia
rapids=24.02 python=3.10 cuda-version=11.8

Python version is correct Cuda version is correct

0

There are 0 answers