pip3 install mysqlclient installation fails

Error message:

OSError: mysql_config not found

Solution:

Execute the following command
yum install python-devel mysql-devel -y

Then pip3 install mysqlclient can successfully set

Guess you like

Origin www.cnblogs.com/IT-Crowd/p/11258136.html