ValueError: numpy.dtype has the wrong size, try recompiling

scikit-learnとかpandas環境のセットアップ作業で、手間取ってnumpyのバージョン動かしてると出るエラー。
単純に再インストールしてもキャッシュを見てビルドされないらしー。

$ pip uninstall scikit-learn
$ pip install scikit-learn==0.16.1 --no-cache-dir

とやる_φ(・_・