python包加载问题

python setup.py install

这一步已经做完了,先做的

按照之前介绍的添加环境变量的方法,我们在PATH最后添加:

C:\Python34\Scripts;

到现在我们才算完整安装好了pip:

 

 

3,安装numpy scipy matplotlib开发包

Cmd

Pip install numpy

Pip install scipy

(注意,这种无法通过这种方式直接下载。通过在网页上,下载)

https://sourceforge.net/projects/scipy/files/scipy/0.15.1/

D:\TOOL\python_package

 

 

 

会直接安装,然后就可以使用了。

Pip install matplotlib

Pip install scikit-learn

posted on 2016-05-25 10:06  RSsky  阅读(241)  评论(0编辑  收藏  举报