rapidsai / cuml

cuML - RAPIDS Machine Learning Library
https://docs.rapids.ai/api/cuml/stable/
Apache License 2.0
4.25k stars 534 forks source link

[QST] #6119

Closed syhzcx closed 3 weeks ago

syhzcx commented 1 month ago

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:

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
  1. cuda 11.6
  2. python 3.10
  3. 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.

divyegala commented 3 weeks ago

This error traces from cudf, and I recommend creating an issue in https://github.com/rapidsai/cudf/issues. Closing this issue for now.