centos7下pip安装Scrapy报错

报错内容:

src/twisted/test/raiser.c:4:20: fatal error: Python.h: No such file or directory
     #include "Python.h"
                        ^
    compilation terminated.
    error: command 'gcc' failed with exit status 1

    ----------------------------------------
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-3izg023y/Twisted/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-qpycj4rt/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-3izg023y/Twisted/

解决方法:

yum install python36-devel

参考文献:Centos pip 安装uwsgi 报错“fatal error: Python.h: No such file or directory”

你可能感兴趣的:(云服务器,又写了个bug)