我一直在尝试在我的Ubuntu盒子上安装tsne(https://github.com/danielfrg/tsne)。它一直给我的错误是:

/usr/bin/ld: cannot find -lcblas
collect2: ld returned 1 exit status
command g++ failed with exit status 1

这是我的安装停止的地方:
python - 无法在Ubuntu上正确点子安装tsne?-LMLPHP

我有两个问题:
1.是因为我没有合适的g++编译器吗?
2.如何在Ubuntu盒子上获取libcblas?

我认为以上两个问题都可以解决我的问题。我在页面上提到了所有其他依赖项。

最佳答案

您的g++很好,您可能缺少libatlas-base-dev软件包,请与sudo apt-get install一起安装。

关于python - 无法在Ubuntu上正确点子安装tsne?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/32787118/

10-14 14:16
查看更多