发布时间:2019-09-16 07:35:53编辑:auto阅读(2168)
在linux系统上安装python的MySQLdb库时,提示
pip install MySQL _mysql.c:29:20: fatal error: Python.h: No such file or directory #include "Python.h" ^ compilation terminated. error: command 'gcc' failed with exit status 1
找不到Python.h,这是因为没有安装python-dev
使用yum search python |grep devel
找到了可用版本
python-devel.x86_64 : The libraries and header files needed for Python : development
执行
yum install python-devel.x86_64
进行安装
安装成功之后,Python.h出现了
/usr/include/python2.7/Python.h
再安装MySQL就成功了
上一篇: 关于python中 __init__.p
下一篇: python2.7 tab,自动补全
47841
46390
37281
34733
29312
25973
24913
19950
19544
18030
5791°
6413°
5927°
5961°
7064°
5911°
5943°
6437°
6404°
7778°