首页 > 代码库 > 机器学习(1)——pyhton34 matplotlib与numpy安装

机器学习(1)——pyhton34 matplotlib与numpy安装

  matplotlib,numpy,scipy是做数据挖掘的基本python库,在安装时我碰到了不少麻烦,尤其是在python 3.4中。

  按照如下顺序安装1,2,3,import matplotlib库出现问题时依次安装4,5,6可以解决问题。

1、numpy-1.8.1-win32-superpack-python3.4.exe
2、scipy-0.14.0-win32-superpack-python3.4.exe
3、matplotlib-1.4.2.win32-py3.4.exe
4、python-dateutil-2.2.win32-py3.4.exe
5、pyparsing-2.0.3.win32-py3.4.exe
6、six-1.8.0.win32-py3.4.exe

  python 3.4的安装包:http://pan.baidu.com/s/1qWyRZTM

  pyhton库:http://www.lfd.uci.edu/~gohlke/pythonlibs/#six

机器学习(1)——pyhton34 matplotlib与numpy安装