查看一下含python-devel的包
yum search python | grep python-devel
64位安装python-devel.x86_64,32位安装python-devel.i686
sudo yum install python-devel.x86_64
/usr/include/python2.7(对应Python版本)下应该有Python.h,还有许多其它需要的文件
C调用Python时,没有Python.h头文件
C调用Python时,没有Python.h头文件

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-02
  • 2021-10-14
  • 2021-07-26
猜你喜欢
  • 2021-04-07
  • 2022-12-23
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案