我知道已经存在与此相关的问题,其中大多数都是通过安装libfreetype6-dev
和libpng-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
答案 0 :(得分:0)
似乎你需要安装g ++
sudo apt-get install g++
aptitude install g++
答案 1 :(得分:0)
如果您遇到更多问题,可能需要安装Anaconda 它是许多python库管理依赖项的一站式商店,包括mathplotlib。