エラーメモ

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…

Python requests SSLError: EOF occurred in violation of protocol

とあるs付きのAPIにリクエストを投げた時に発生したエラー_φ(・_・ python 2.7.10 opelssl 1.0.1e requests 2.8.1 In [21]: r = requests.get(url) --------------------------------------------------------------------------- SSLError Traceback (most re…