[centos8] pip3 install mysqlclient时遇到OSError: mysql_config not found[python]

[centos8] pip3 install mysqlclient时遇到OSError: mysql_config not found[python]

目的

修复 OSError: mysql_config not found 问题

环境

centos8系统下使用

pip3 install mysqlclient

django安装mysql支持的时候,报了一下错误:

OSError: mysql_config not found

解决

$ sudo dnf install mysql-devel