使用pip安装matplotlib时出错

时间:2015-11-03 20:12:07

标签: python ubuntu matplotlib pip

我知道已经存在与此相关的问题,其中大多数都是通过安装libfreetype6-devlibpng-dev来解决的。我已经使用apt-get安装了这两个库,但在尝试使用

时我仍然会出现错误
pip install matplotlib

我得到的错误是:

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

2 个答案:

答案 0 :(得分:0)

似乎你需要安装g ++

sudo apt-get install g++
aptitude install g++

答案 1 :(得分:0)

如果您遇到更多问题,可能需要安装Anaconda 它是许多python库管理依赖项的一站式商店,包括mathplotlib。