I have tried countless solutions at this point and nothing seems to work. I\'m trying to install mysql-python, but this happens with numpy and other packages requiring gcc a
As @wegry mentioned above--
brew install python
confirming with
$ which python /usr/local/homebrew/bin/python
just made this entirely go away. Successfully installed numpy and mysql-python with pip!