Obtaining NumPy & SciPy libraries

Obtaining NumPy & SciPy libraries

See alsophp

Installing the SciPy Stackhtml

Official Source and Binary Releases

For each official release of NumPy and SciPy, we provide source code (tarball) as well as binary packages for several major platforms. Binary packages for other platforms may be available from your operating system vendor.python

Project Available packages Download location
NumPy Official source code(all platforms) andbinaries for Windows& Mac OS X SourceForge site for NumPy
SciPy Official source code(all platforms) andbinaries for Windows& Mac OS X

SciPy release pagelinux

SourceForge site for SciPygit

Build instructions are available for Linux,Windows and Mac OSX.github

Bleeding Edge Repository Access

The most recent development versions of NumPy and SciPy are available through the official repositories hosted on Github.web

To check out the latest NumPy sources:macos

git clone git://github.com/numpy/numpy.git numpy

or (if you’re behind a proxy blocking git ports)ubuntu

git clone http://github.com/numpy/numpy.git numpy

To check out the latest SciPy sources:windows

git clone git://github.com/scipy/scipy.git scipy

or

git clone http://github.com/scipy/scipy.git scipy

Build instructions

See Building for build instructions.

Third-Party/Vendor Package Managers

Below is a partial list of third-party and operating system vendor package managers containing NumPy and SciPy packages.

These packages are not maintained by the NumPy and SciPy developers; this list is provided only as a convenience. These packages may not always provide the most up to date version of the software, and may be unmaintained.

IMPORTANT: If you experience problems with these packages (especiallythose related to installation/build errors), please report the problem to the package maintainer first, rather than to the NumPy/SciPy mailing lists.

Distribution NumPy Packages SciPy Packages
Arch Linux python-numpy python-scipy
Debian GNU/Linux python-numpy python-scipy
Ubuntu Linux python-numpy python-scipy
Fedora numpy scipy
Fink scipy-core-py24,scipy-core-py25,scipy-core-py26 scipy-py24,scipy-py25,scipy-py26
FreeBSD (Ports) math/py-numpy science/py-scipy
Gentoo Linux dev-python/numpy sci-libs/scipy
MacPorts py-numpy, py-scipy,
NetBSD (pkgsrc) math/py-numpy math/py-scipy
OpenSUSE python-numpy,python-numpy-devel python-scipy,python-scipy-devel
Slackware Linux numpy (slackbuilds.org) scipy (slackbuilds.org)
相關文章
相關標籤/搜索