I\'m on a Mac, and I installed numpy and sklearn in that order. Now, I\'m faced with these errors that have already been mentioned on SO several t
numpy
sklearn
If you're using the brew version of python
brew uninstall numpy
If you're using the mac version of python:
python 2.7
pip uninstall numpy
python 3
pip3 uninstall numpy