OSError: mysql_config not found

安装pip install mysqlclient OSError: mysql_config not found的问题
主要还是版本不一致的问题

通过pip install mysqlclient时报出了OSError: mysql_config not found错误,

yum install mysql-devel gcc gcc-devel python-devel

安装完毕后就可以正常pip install mysqlclient了

你可能感兴趣的:(OSError: mysql_config not found)