I want to install tsne in python.
Running the command:
pip install tsne
results in the following error:
tsne/bh_sne_src/quadtree.cpp(12): fatal error C1083: Cannot open include 'cblas.h': No such file or directory
I have tried to install openBLAS through by following these instructions https://github.com/arrayfire/arrayfire/wiki/CBLAS-for-Windows.
However, this did not resolve the problem.