Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/cplusplus/156.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 无法在ubuntu上正确安装tsne?_Python_C++_Ubuntu - Fatal编程技术网

Python 无法在ubuntu上正确安装tsne?

Python 无法在ubuntu上正确安装tsne?,python,c++,ubuntu,Python,C++,Ubuntu,我一直在尝试在我的ubuntu盒上安装tsne。它不断给我的错误是: /usr/bin/ld: cannot find -lcblas collect2: ld returned 1 exit status command g++ failed with exit status 1 以下是我的安装停止的点: 我有两个问题: 1.是因为我没有合适的g++编译器吗? 2.我怎样才能在我的ubuntu盒上安装libcblas 我想以上两个问题都能解决我的问题。我在页面上提到了所有其他依赖项。您的g

我一直在尝试在我的ubuntu盒上安装tsne。它不断给我的错误是:

/usr/bin/ld: cannot find -lcblas
collect2: ld returned 1 exit status
command g++ failed with exit status 1
以下是我的安装停止的点:

我有两个问题: 1.是因为我没有合适的g++编译器吗? 2.我怎样才能在我的ubuntu盒上安装libcblas


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

您的g++很好,您可能缺少libatlas base dev包,请使用sudo apt get install安装它。

我确实这样做了,遇到了与链接相关的各种问题,甚至无法正确导入scipy,我在这里解决了这些问题: