Une tentative de easy_install
indique un problème avec leur liste dans le Index des paquets Python que les recherches de pip.
easy_install scipy
Searching for scipy
Reading http://pypi.python.org/simple/scipy/
Reading http://www.scipy.org
Reading http://sourceforge.net/project/showfiles.php?group_id=27747&package_id=19531
Reading http://new.scipy.org/Wiki/Download
Tout n'est pas perdu, cependant ; pip
peut installer à partir de dépôts Subversion, Git, Mercurial et Bazaar. SciPy utilise SVN :
pip install svn+http://svn.scipy.org/svn/scipy/trunk/#egg=scipy
Mise à jour (12-2012) :
pip install git+http://github.com/scipy/scipy/
Comme Numpy est une dépendance, il doit être installé également.