Reputation: 11
I do installed Microsoft Visual C++ 14.0, But while running pip install mysqlclient. Please, can anyone help? Thanks in advance.
Upvotes: 1
Views: 3420
Reputation: 31
pip install mysqlclient:
pip install mysqlclient‑1.3.13‑cp36‑cp36m‑win_amd64.whl
(based on your python version).Another way: use this command
pip install --only-binary :all: mysqlclient
Upvotes: 3