2015-02-07 108 views
5

我正在尝试安装Pandar,但是我无法在我的Linux Centos 6.4上安装熊猫。无法安装熊猫!帮帮我! (pip安装熊猫)

运行pip install pandas导致这个错误:

gcc: error trying to exec 'cc1plus': execvp: No such file or directory 
error: command 'gcc' failed with exit status 1 

我应该怎么做来解决这个问题?

回答

5

Im相当肯定这就是一个编译器错误,所以尝试在系统

上安装g++,如果你在Linux上工作,运行此。

sudo apt-get install g++ 
+0

是的,我已经安装了gcc。 – 2015-02-07 01:05:34

+1

@FilipKorngut你看了[这个SO](http://stackoverflow.com/questions/11912878/gcc-error-gcc-error-trying-to-exec-cc1-execvp-no-such-file-或目录)? – Ethaan 2015-02-07 01:07:44

+0

是的,刚刚看到评论。现在尝试。 – 2015-02-07 01:09:33