[CentOS]安装MySQL-python,error: Setup script exited with error: command 'gcc' failed with exit status

centos6.3 使用easy_install 安装  MySQL-python
出现错误如下:
error: Setup script exited with error: command 'gcc' failed with exit status 1


尝试解决:
yum -y install rpm-build gcc-c++
yum install mysql mysql-devel
仍然不可以
同样的错误


有尝试一个办法:
yum install python-devel

搞定了,还是google比较好用


========================================

今天在Ubuntu中安装的时候出现

EnvironmentError: mysql_config not found错误

解决办法

apt-get install libmysqlclient-dev python-dev


本文出自 orangleliu笔记本 博客,请务必保留此出处http://blog.csdn.net/orangleliu/article/details/8856795

你可能感兴趣的:(mysql,centos,python,yum)