我想在python中安装tsne。
运行命令:
pip install tsne
导致以下错误:
tsne/bh_sne_src/quadtree.cpp(12): fatal error C1083: Cannot open include 'cblas.h': No such file or directory
我已按照这些说明https://github.com/arrayfire/arrayfire/wiki/CBLAS-for-Windows尝试安装openBLAS。
然而,这并没有解决问题。