I\'ve installed Python 3.5 and while running
pip install mysql-python
it gives me the following error
error: Microsoft Vi
I had this same problem. A solution for updating setuptools
pip install -U setuptools
or
pip install setuptools --upgrade