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
1.
2.
3.
4.
5.
6.
找不到Python.h,这是因为没有安装python-dev
使用yum search python |grep devel
找到了可用版本
python-devel.x86_64 : The libraries and header files needed for Python
: development