installation error of mysql for django 1.8

267 views Asked by At

i'm trying to install mysql using pip and this error appears. I'm new to python

the cmd says

"fatal error C1083: Cannot open include file: 'config-win.h: no such file or directory 
error: command 'C:\\programfiles(x86)\\microsoft visual studio 10.0\\vc\\bin\\c1.exe' 
failed to exit status 2"

if it is already solved i am sorry because i don't understand the presented solutions such as site.cfg that they say don't work anymore (i don't even understand it) my problem is also similar to this

I'm using python 3.4.3 and django 1.8.2

1

There are 1 answers

5
gaurav_kamble On BEST ANSWER

mysql-python is currently not supported by python 3
You have to install mysqlclient and PyMysql