CannyLab / tsne-cuda

GPU Accelerated t-SNE for CUDA with Python bindings
BSD 3-Clause "New" or "Revised" License
1.78k stars 126 forks source link

ImportError: libcudart.so.11.0: cannot open shared object file: No such file or directory #126

Closed rsrcoderplay closed 1 year ago

rsrcoderplay commented 1 year ago

ImportError: libcudart.so.11.0: cannot open shared object file: No such file or directory

DavidMChan commented 1 year ago

This is likely due to an incorrect linked CUDA library (or the lack of CUDA on your system). Make sure that you have CUDA installed, and that libcudart.so.11.0 is on your link path (or use LD_LIBRARY_PATH to correct this).