You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Conda installation conda install tsnecuda -c conda-forge DOES NOT find any files, whereas pip3 binary installation pip3 install tsnecuda==3.0.1+cu113 -f https://tsnecuda.isx.ai/tsnecuda_stable.html (downloading the corresponding linked wheel file locally), it does the installation but using Linux libraries, (but then it comes, for instance with libtsnecuda.so instead of libtsnecuda.dll). Any recommendations about how to install it on Windows 10?
The text was updated successfully, but these errors were encountered:
We don't officially support windows, however there's a PR #130 which allows you to build from source! We're looking to get it merged with the conda recipe eventually.
Hi David,
The link you mentioned PR #130 does not provide the txt nor explicit instructions. I would need some more details to be able to installed it on my Windows (I tried the TSNE funciton at sklearn,.. but it is so slow).
Conda installation conda install tsnecuda -c conda-forge DOES NOT find any files, whereas pip3 binary installation pip3 install tsnecuda==3.0.1+cu113 -f https://tsnecuda.isx.ai/tsnecuda_stable.html (downloading the corresponding linked wheel file locally), it does the installation but using Linux libraries, (but then it comes, for instance with libtsnecuda.so instead of libtsnecuda.dll). Any recommendations about how to install it on Windows 10?
The text was updated successfully, but these errors were encountered: