当前位置: 首页 > 工具软件 > Pygit2 > 使用案例 >

Python 安装pygit2失败

廉实
2023-12-01

报错输出

这是最后一部分输出

  In file included from src/blob.c:30:0:
  src/blob.h:33:10: fatal error: git2.h: 没有那个文件或目录
   #include <git2.h>
            ^~~~~~~~
  compilation terminated.
  error: command 'gcc' failed with exit status 1
  ----------------------------------------
  ERROR: Failed building wheel for pygit2
Failed to build pygit2
ERROR: Could not build wheels for pygit2 which use PEP 517 and cannot be installed directly

原因

我是因为Python的版本太低了。现在是3.6,我更新到3.9后就好了。更新命令

 conda update python
 类似资料: