Failed building wheel for mysql-python

I want to run a Django application in PyCharm which works on MySQL DB.

I am unable to connect my program to the database.

When I am trying to install MySQLclient or MySQL-python I am getting the error:

Failed building wheel for MySQLclient

Please help me out in connecting my Django program with MySQL database.

Leave a Comment