1. 程式人生 > >pip 安裝 MySQL-python 報錯

pip 安裝 MySQL-python 報錯

eve environ 都是 rect directory pil all director and

報錯一: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位

pip 安裝 MySQL-python 報錯