_mysql.c:29:20: error: Python.h: No such file or directory
时间:2017-05-17 11:09:40
收藏:0
阅读:2689
在Centos系统中安装
pip install MySQL-python 提示:
_mysql.c:29:20: error: Python.h: No such file or directory
_mysql.c:40:26: error: structmember.h: No such file or directory
解决方法:
yum install python-devel
#yum install mysql-devel.x86_64
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
原文:http://www.cnblogs.com/zejin2008/p/6866111.html
评论(0)