報錯一:EnvironmentError: mysql_config not found
解決:yum install mysql-devel
報錯二:Python.h No such file or directory
更多的錯誤見以下幾行:
_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
解決: yum install python-devel.x86_64
其實這兩個錯誤是一個,都是沒有裝python-devel,只不過錯誤二是64位