Install the latest mysql-connector-python on windows


  1. Download the latest release from github. Download
  2. Extract the zip file.
  3. Open your terminal under the extracted folder.
  4. Make sure you have execution permission.
sudo chmod u+x .
  1. Build this modual.
py ./setup.py build
  1. Install this modual.
py ./setup.py install