Install the latest mysql-connector-python on windows
- Download the latest release from github. Download
- Extract the zip file.
- Open your terminal under the extracted folder.
- Make sure you have execution permission.
sudo chmod u+x .
- Build this modual.
py ./setup.py build
- Install this modual.
py ./setup.py install