帮助中心 >  技术知识库 >  数据库 >  相关技术支持 >  Python安装三方模块报错error: command 'gcc' failed with exit status 1 on CentOS

Python安装三方模块报错error: command 'gcc' failed with exit status 1 on CentOS

2017-06-01 16:14:12 10064

" error: command 'gcc' failed with exit status 1 ". 

安装失败,因为缺少Python开发和一些依赖项。

纠正GCC问题的最佳方法:

你需要重新安装gcc,gcc-c + +和依赖

For python 2.7

$ sudo yum -y install gcc gcc-c++ kernel-devel

$ sudo yum -y install python-devel libxslt-devel libffi-devel openssl-devel

$ pip install "your python packet"

For python 3.4

$ sudo apt-get install python3-dev

$ pip install "your python packet"


提交成功!非常感谢您的反馈,我们会继续努力做到更好!

这条文档是否有帮助解决问题?

非常抱歉未能帮助到您。为了给您提供更好的服务,我们很需要您进一步的反馈信息:

在文档使用中是否遇到以下问题: