问题描述
通过
pip install mysqlclient
时报出了
OSError: mysql_config not found
错误,如图:

解决办法
原因是linux需要mysql相关的一些依赖包
yum install mysql-devel gcc gcc-devel python-devel -y
安装完毕后就可以正常pip install mysqlclient
了
');mask-image:url('data:image/svg+xml;utf8,');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-image :where(.has-border-color){border-style:solid}.wp-block-image :where([style*=border-top-color]){border-top-style:solid}.wp-block-image :where([style*=border-right-color]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-color]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-color]){border-left-style:solid}.wp-block-image :where([style*=border-width]){border-style:solid}.wp-block-image :where([style*=border-top-width]){border-top-style:solid}.wp-block-image :where([style*=border-right-width]){border-right-style:solid}.wp-block-image :where([style*=border-bottom-width]){border-bottom-style:solid}.wp-block-image :where([style*=border-left-width]){border-left-style:solid}.wp-block-image figure{margin:0}/*]]>*/
通过
pip install mysqlclient
时报出了
OSError: mysql_config not found
错误,如图:
原因是linux需要mysql相关的一些依赖包
yum install mysql-devel gcc gcc-devel python-devel -y
安装完毕后就可以正常pip install mysqlclient
了
作者:
标签