安装python模块报错 error: command 'gcc' failed with exit status 1

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了安装python模块报错 error: command 'gcc' failed with exit status 1相关的知识,希望对你有一定的参考价值。

最近在安装paramiko模块的时候,总是报错:error: command ‘gcc‘ failed with exit status 1,一开始比较挠头。找了蛮多资料,说的大多都是说缺少Python-devel 包,然而并不是!

最后蛮费劲的找到了一遍短小但就是正确的博文:http://blog.csdn.net/fenglifeng1987/article/details/38057193

——————————————————————

解决方法:

  安装:yum install gcc libffi-devel python-devel openssl-devel

这几个基础包安装完之后:

  ease_install paramiko 就可以了。(easy_install 是一个蛮不错的工具!)

以上是关于安装python模块报错 error: command 'gcc' failed with exit status 1的主要内容,如果未能解决你的问题,请参考以下文章

安装python模块报错 error: command 'gcc' failed with exit status 1

IntellJ IDEAidea启动测试类报错Error running 'Test1.test': Command line is too long. Shorten comma(代

【Python】在安装python模块时报错:Unicode Decode Error ascii codec can't decode byte…

Windows下安装模块mysqlclient报错处理

安装Python的psutil模块时报错:error: command 'gcc' failed with exit status 1

CentOS7 安装 Python3.8后 pip 安装报错