安装pygit2时出错

时间:2015-01-30 01:24:21

标签: python git ubuntu github pygit2

我必须在我的ubuntu机器上安装pygit2库。当我尝试“pip install pygit2”时,我得到以下错误。

cffi.ffiplatform.VerificationError:CompileError:命令'x86_64-linux-gnu-gcc'以退出状态1失败


清理...... 命令python setup.py egg_info失败,错误代码为1 / tmp / pip_build_root / pygit2 在/root/.pip/pip.log中存储失败的调试日志

在此之前,我执行了以下操作(http://www.pygit2.org/install.html#quick-install)。

$ wget https://github.com/libgit2/libgit2/archive/v0.22.0.tar.gz
$ tar xzf v0.22.0.tar.gz
$ cd libgit2-0.22.0/
$ cmake .
$ make
$ sudo make install

我的机器上已经有了libffi6。

sudo apt-get install libffi6 libffi-dev
Reading package lists... Done
Building dependency tree       
Reading state information... Done
libffi-dev is already the newest version.
libffi6 is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 16 not upgraded.

1 个答案:

答案 0 :(得分:0)

看起来您需要安装libffi及其'开发包,pygit2依赖于