Earlier quoted context omitted.
If you're on a Mac, good luck getting pip to install mysql-python. I use Macports for that.
This isn't a good solution. I pip install mysql-python several times a week on my mac ( I use different venv's for different branches and we have several different services that I work on in a given week, thus I'm installing packages via pip A LOT) and we always install it in a venv. Sure it can be a bit of a pain but it's well worth it IMO. Our steps to always get it working: make sure mysql_config is in your path e…
I'm sure there are other packages that are similar: not so easy to get working with pip but not impossible.