MaartenGr / BERTopic

Leveraging BERT and c-TF-IDF to create easily interpretable topics.
https://maartengr.github.io/BERTopic/
MIT License
6.08k stars 757 forks source link

OSError: libcudart.so: cannot open shared object file: No such file or directory #1277

Closed noahberhe closed 1 year ago

noahberhe commented 1 year ago

Having already done:

!pip install cugraph-cu11 cudf-cu11 cuml-cu11 --extra-index-url=https://pypi.nvidia.com
!pip uninstall cupy-cuda115 -y
!pip uninstall cupy-cuda11x -y
!pip install cupy-cuda11x -f https://pip.cupy.dev/aarch64

When trying to: from cuml.cluster import HDBSCAN

I get: OSError: libcudart.so: cannot open shared object file: No such file or directory

MaartenGr commented 1 year ago

I would advise posting this in the cuML repo as the issue you have seems to relate to that package and not necessarily BERTopic.

noahberhe commented 1 year ago

Have done, thank you!