windows下数据挖掘相关包numpy、pandas的安装

安装Anaconda的绕道

这里介绍如何在windows下安装numpy/scipy/matplotlib/pandas/scikit_learn等数据分析相关包

相关环境:

win7 64位

python3.4

安装步骤:

1、pip install numpy-1.13.1+mkl-cp34-cp34m-win_amd64.whl
2、pip install scipy-0.19.1-cp34-cp34m-win_amd64.whl
3、pip install matplotlib-2.0.2-cp34-cp34m-win_amd64.whl
4、pip install pandas==0.20.3
5、pip install scikit_learn-0.19.0-cp34-cp34m-win_amd64.whl

说明:.whl文件到http://www.lfd.uci.edu/~gohlke/pythonlibs/下载相应的python和windows版本。

注意:第4步的pandas不要安装最新版本,有些版本会报错,所以建议直接 pip install pandas==0.20.3

posted on 2018-09-19 15:25  杰哥要增肥  阅读(509)  评论(0编辑  收藏  举报

导航