python 3.4 - Error while installing flask-mysqldb -


i tried install flask-mysqldb on windows 10 using

flask-mysqldb

but error:

running build_ext     building '_mysql' extension     error: microsoft visual c++ 10.0 required (unable find vcvarsall.bat). 

i'm using python 3.4.3 please tell me should make work. went through many solutions didn't me.

pip install mysqlclient windows binary before installing flask-mysql.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -