在Linux上执行pip install MySQL-python 时报两个错误:
1、EnvironmentError: mysql_config not found
解决方法:yum install mysql-devel
2、error: command 'gcc' failed with exit status 1
当第一个问题解决后,又继续报了这个错误,最终解决方法是:
yum install gcc libffi-devel python-devel openssl-devel -y
OK,上面两个问题都解决了,就可以顺利安装了