failed for me... With the following steps, it finally worked out (as root in a virtual environment, where python3 is a link to Python 3.2.2):
install the Ubuntu dependencies (see elaichi), clone NumPy and SciPy:
I tried all the above and nothing worked for me. This solved all my problems:
pip install -U numpy
pip install -U scipy
Note that the -U option to pip install requests that the package be upgraded. Without it, if the package is already installed pip will inform you of this and exit without doing anything.
Addon for Ubuntu (Ubuntu 10.04 LTS (Lucid Lynx)):
The repository moved, but a
failed for me... With the following steps, it finally worked out (as root in a virtual environment, where
python3
is a link to Python 3.2.2): install the Ubuntu dependencies (see elaichi), clone NumPy and SciPy:Build NumPy (within the
numpy
folder):Install SciPy (within the
scipy
folder):To install scipy on windows follow these instructions:-
Step-1 : Press this link http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy to download a scipy .whl file (e.g. scipy-0.17.0-cp34-none-win_amd64.whl).
Step-2: Go to the directory where that download file is there from the command prompt (cd folder-name ).
Step-3: Run this command:
I tried all the above and nothing worked for me. This solved all my problems:
Note that the
-U
option topip install
requests that the package be upgraded. Without it, if the package is already installedpip
will inform you of this and exit without doing anything.An attempt to
easy_install
indicates a problem with their listing in the Python Package Index, which pip searches.All is not lost, however;
pip
can install from Subversion (SVN), Git, Mercurial, and Bazaar repositories. SciPy uses SVN:Update (12-2012):
Since NumPy is a dependency, it should be installed as well.
Prerequisite:
Actual packages:
Optional packages:
src