I\'ve installed Python 3.5 and while running
pip install mysql-python
it gives me the following error
error: Microsoft Vi
Oops! Looks like they don't have Windows wheels on PyPI.
In the meantime, installing from source probably works or try downloading MSVC++ 14 as suggested in the error message and by others on this page.
Christoph's site also has unofficial Windows Binaries for Python Extension Packages (.whl files).
Follow steps mentioned in following links to install binaries :
Also check :
Which binary to download??