my sql client
[Solved] pip install mysqlclient error | How to install python mysqlclient
When shown Below:
You are using pip version 9.0.1, however version 22.0.4 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
001
002 Find the correct Version of the python and Os bit.
| 003 Download the file from Website. 002
003
004
pip install mysqlclient
You are using pip version 9.0.1, however version 22.0.4 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.
python -m pip install --upgrade pip
otherwise
001
002 Find the correct Version of the python and Os bit.
| 003 Download the file from Website. 002
003
004
No comments