I have some problems with python 3 module installing. I\'m trying to install mysql using pip :
python -m pip install mysql
for python 3.4.4
Go to this site and download whl file (for example python3.7 and win64 should use mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl).
Then run this command:
python -m pip install C:\Users\%USER%\Desktop\mysqlclient-1.3.13-cp37-cp37m-win_amd64.whl