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

RTX3090 CUDA Version: 11.7 Python=3.10, meets OSError #133

Open zzzyzh opened 1 month ago

zzzyzh commented 1 month ago

When I use tsnecuda, I get the OSError: libmkl_intel_lp.so: cannot open shared object file: No such file or directory

What should I do?

zzzyzh commented 1 month ago

When I use conda install tsnecuda -c conda-forge The terminal displays the following message

Collecting package metadata (current_repodata.json): | WARNING conda.models.version:get_matcher(546): Using .* with relational operator is superfluous and deprecated and will be removed in a future version of conda. Your spec was 1.7.1.*, but conda is ignoring the .* and treating it as 1.7.1
done
Solving environment: failed with initial frozen solve. Retrying with flexible solve.

What should I do

wtliao commented 2 weeks ago

Hi @zzzyzh, have you solved it? I have the same issue. Thanks