Win10のPowershellでstatsmodelsをpip installしようとしてエラー

朝、Jupyterといちゃついているとき、Powershellで以下のようにしてもうまくいかない。

> pip install statsmodels

...

Please install Cython or download a source release of statsmodels.


とりあえず言われたとおりに。

> pip install cython
> pip install statsmodels

う~ん、結果変わらず。

じゃ、

> pip install git+https://github.com/statsmodels/statsmodels.git

...

error: Microsoft Visual C++ 14.0 is required. Get it with "Microsoft Visual C++ Build Tools": http://landinghub.visualstudio.com/visual-cpp-build-tools


...


え~もうめんどくさい…。。



別に仕事には関係無いこと書いてるし、コードだけ書いて自宅のMacで実行することにしたのであった。



おしまい。