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

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -