首页 > 服务器 > Web服务器 > 正文

关于Centos安装fabric遇到的问题和解决方法

2024-09-01 13:48:07
字体:
来源:转载
供稿:网友

在centos 上用命令:

pip install fabric

安装是会出现如下报错,因为太多,我就不全部贴了,部分内容如下:

src/MD2.c:31:20: 错误:Python.h:没有那个文件或目录src/MD2.c:131: 错误:expected ‘=', ‘,', ‘;', ‘asm' or ‘__attribute__' before ‘*' tokenIn file included from src/MD2.c:147:src/hash_template.c:48: 错误:expected specifier-qualifier-list before ‘PyObject_HEAD'src/hash_template.c:59: 错误:expected ‘=', ‘,', ‘;', ‘asm' or ‘__attribute__' before ‘PyTypeObject'src/hash_template.c: 在函数‘newALGobject'中:

 

出现这种问题是因为没有python-devel包导致,直接安装即可:

yum install python-devel

总结

以上就是这篇文章的全部内容,希望对有需要的人能有所帮助,如果有疑问可以留言交流。


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表