Because the development environment cannot access the Internet, I have to install cuml and cudf offline. After I installed the package and its dependencies, I encountered the following error when importing cuml:
from cuml import KMeans
File "***/cudf/_lib_/__init__.py", line4, in<Module>
from . import (
File "avro.pyx", line1, in init cudf._lib.avro
ImportError: libnvcomp_gdeflate.so: cannot open shared object file: No such file or directory
cuda 11.6
python 3.10
cuml 24.08.00 cudf 24.08.02
What might be the cause of this and what should I check? Or is there a way to quickly install cuml offline? Thank you for your answer.
What is your question?
Because the development environment cannot access the Internet, I have to install cuml and cudf offline. After I installed the package and its dependencies, I encountered the following error when importing cuml:
What might be the cause of this and what should I check? Or is there a way to quickly install cuml offline? Thank you for your answer.