python matplotlib安装权威指南

来源:互联网 发布:photoshop 软件下载 编辑:程序博客网 时间:2024/05/24 07:26

为了实现爬虫数据的分析,选择了networkx+matplotlib,在配置matplotlib时出现了很多问题,最后配置完成。

1.下载Python和安装setupstall,然后环境变量C:\pathon27;C:\pathon27\Script

2.下载matplotlib和networkx和numpy,其中的egg文件需要命令行安装

http://jingyan.baidu.com/article/2a1383284db4e2074a134f2c.html————这是安装setupinstall的

3,.在shell里面输入import matplotlib 时,可能遇到 importError:没有pyparsing。cycler.dateutil,各种错误的,使用我们安装的easy_install 在命令行中安装他们,不用去下载这些模块。

easy_install cycler

http://jingyan.baidu.com/article/e4d08ffdd3b9690fd2f60de2.html-----ImportError: matplotlib requires pyparsing。

http://jingyan.baidu.com/article/aa6a2c14d5aa7f0d4c19c4e2.html----ImportError: matplotlib requires dateutil


https://pypi.python.org----python官网


0 0