pip error: command 'gcc' failed with exit status 1

SWIG/_m2crypto_wrap.c:127:20: 致命错误:Python.h:没有那个文件或目录
     #include <Python.h>
                        ^
    编译中断。
    error: command 'gcc' failed with exit status 1

sudo yum install python-devel

sudo yum install libevent-devel

sudo yum install libffi libffi-devel

easy_install gevent
上一篇:【Tool】在Windows系统上,下载和安装当前最新版本的IDEA 2020-4-14


下一篇:Floodlight 中创建消息对象的方法