Chinaunix

标题: Python 加载numpy软件包 以处理矩阵的方法 [打印本页]

作者: shengyajund    时间: 2011-11-02 09:20
标题: Python 加载numpy软件包 以处理矩阵的方法
windows OS
登陆网站http://pypi.python.org/pypi/numpy/1.6.1 下载适合自己的python版本的Windows版,执行.exe文件即可
作者: shengyajund    时间: 2011-11-02 09:21
这是我在初学python的时候用到的,希望对大家有帮助
作者: shengyajund    时间: 2011-11-08 18:53
Fedora下python “no module named numpy” 解决方案

基本情况:

        On Linux, Scipy and Numpy official releases are source-code only. Installing Numpy and Scipy from source is reasonably easy; However, both packages depend on other software, some of them which can be challenging to install, or shipped with incompatibilities by major Linux distributions. Hopefully, you can install Numpy and Scipy without any software outside the necessary tools to build python extensions, as most dependencies are optional.





安装方法:




1.在官网上下载该包:http://sourceforge.net/projects/numpy/files/

2.解压

3.cd进入解压后的路径

4.输入命令:

          python setup.py install

5.安装完成
作者: nakar    时间: 2011-11-18 20:13
好东西




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2