- OSError: mysql_config not found
- mac python3 mysqlclient 安装失败
- OSError: mysql_config not found
- OSError: mysql_config not found
- 解决问题:OSError: mysql_config not f
- ubuntu16.04安装flask-mysqldb失败
- python与mysql数据库连接衍生的几个问题
- windows cannot load library 'lib
- 解决CentOS mysql_config not found错
- 在MAC下安装mysqlclient出现mysql_config
安装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了
网友评论