I have already installed
I want use MySQL with Django, but after install mysql connect
I have encountered this problem too,below is my step:
1.brew install mysql-connector-c
2.pip install mysqlclient
and then encountered this error,i have Traced the source code,but solved this one then the other error occured.
so i changed the way to install mysqlclient,just :
1.brew install mysql
2.pip install mysqlclient
this worked for me,no any errors occured.