cuda-samples
cuda-samples copied to clipboard
import cudf occur the libcuda.so.1: cannot open shared object file: No such file or directory
Hi developer, Thanks to develop the great tools.
I want to install the cudf cudatookit through mamba install -c rapidsai -c nvidia -c conda-forge cudf=0.19 python=3.8 cudatoolkit=11.0 cuda command into our minconda environment.
but when i try to import the cudf into my python environment like import cudf, it show me below error:
Traceback (most recent call last):
File "
The python version was 3.8 and the sys plotform was Centos7.9 how to fix this issue? Any advice would be appreciated Best, hanhuihong