1

I do installed Microsoft Visual C++ 14.0, But while running pip install mysqlclient. Please, can anyone help? Thanks in advance.

Here is the screenshot

2

1 Answer 1

3

pip install mysqlclient:

  1. In this web download the package https://www.lfd.uci.edu/~gohlke/pythonlibs/#mysql-client download 32 or 64 version python version based your python version.
  2. Put it to the directory (virtual folder).
  3. In command prompt run 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
Sign up to request clarification or add additional context in comments.

2 Comments

I have tried pip install --only-binary :all: mysqlclient, it does not work, it errors out with 'no matching dist found for mysqlclient'
Put the mysqlclient‑1.3.13‑cp36‑cp36m‑win_amd64.whl in your python's virtual folder.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.