Skip to content Skip to sidebar Skip to footer

Python Pip Install Error: Command 'c:\\program Files (x86)\\microsoft Visual Studio 14.0\\vc\\bin\\cl.exe' Failed With Exit Status 2

I'm having constant problems with installing packages for python. Previously, I just fixed the missing Visual C++ 14.0 error, now this.

Solution 1:

use

pip install mysqlclient

pip install mysql-python is not supported

Post a Comment for "Python Pip Install Error: Command 'c:\\program Files (x86)\\microsoft Visual Studio 14.0\\vc\\bin\\cl.exe' Failed With Exit Status 2"