Unable to install Statsmodels…python

后端 未结 4 496
孤城傲影
孤城傲影 2020-12-20 21:35

I am using 32 bit cmd, 64 bit windows, python 2.7

when I type the command pip install statsmodels

I get the following error for some module of scipy...

4条回答
  •  盖世英雄少女心
    2020-12-20 22:25

    Make sure you are using the latest version of pip To check which version you are using try:

    pip --version
    

    To install statsmodels you can either go to cmd.exe or if you are using python pycharm use "Terminal Window" and type:

    pip install statsmodels==0.9.0
    

提交回复
热议问题