在centos 7 中安装scrapyd是出现了了下面错误:
“src/twisted/test/raiser.c:4:20: 致命错误:Python.h:没有那个文件或目录
#include "Python.h"
^
编译中断。
error: command 'gcc' failed with exit status 1“
解决方案:
在网上搜答案,基本上都是这样的:
于是就执行:yum install python-devel
结果还是报错!!!!!