今天在服务器安装coreseek提示:In file included from sphinxstd.cpp:24:0::py_layer.h:16:27: fatal error: Python.h: No such file or directory,接下来吾爱编程为大家介绍一下解决方法,有需要的小伙伴可以参考一下:
1、错误提示:
In file included from sphinxstd.cpp:24:0::py_layer.h:16:27: fatal error: Python.h: No such file or directory
2、错误原因:
由于缺少了python环境的devel支持包
3、解决方法:
syum install python-devel
以上就是吾爱编程为大家介绍的关于安装coreseek缺少python环境的devel支持包的解决方法,了解更多相关文章请关注吾爱编程网!