Skip to content
Advertisement

pip install mysqlclient : Microsoft Visual C++ 14.0 is required

i’m tryng to import mysqlclient library for python with pip, when i use the command
pip install mysqlclient it return an error:

JavaScript

I’ve already installed Microsoft Build Tools 2015 but the problem persist

Advertisement

Answer

First install python 3.6.5, then run

JavaScript
Advertisement