[Answered ]-Error installing MySQL-python with pip

2👍

first install then it will work fine.
apt-get install python-dev libmysqlclient-dev

0👍

Maybe a capitalization issue?

try this:

pip install MySQL-python

Hopefully that works, but if not, try using

pip search stringToSearchFor

to find the proper package name

Leave a comment