MySQL python组件安装

可使用pip进行安装

pip install MySQL-python

如出现以下错误

_mysql.c::: 错误:my_config.h:没有那个文件或目录
_mysql.c::: 错误:mysql.h:没有那个文件或目录
_mysql.c::: 错误:mysqld_error.h:没有那个文件或目录
_mysql.c::: 错误:errmsg.h:没有那个文件或目录
_mysql.c:: 错误:expected specifier-qualifier-list before ‘MYSQL’
_mysql.c:: 错误:expected specifier-qualifier-list before ‘MYSQL_RES’
_mysql.c: 在函数‘_mysql_Exception’中:

请在执行pip命令前安装

yum install mysql-devel
上一篇:javascript小数相减会出现一长串的小数位数的原因


下一篇:git 常用口令