Steps on how to resolve Error C1083 when using pip install mysqlclient on Python.
 
Step 1: Download and install the 32-bit version of Python for Windows.
Step 2: Download and install Visual studio 2017 Build Tools from https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2017
Step 3: Download and install the 32-bit installer fro MySQL connector from https://downloads.mysql.com/archives/c-c/
Step 4: Go to Command Line and re-run “pip install mysqlclient”.
You should have the following results after.