[SciPy-user] installation problems - "No module named setup_scipy_distutils"

Pearu Peterson pearu at cens.ioc.ee
Mon Apr 14 08:35:28 EDT 2003


On Sun, 13 Apr 2003, Jaeggi, Daniel M. wrote:

<snip>

> I can't find this module anywhere on my system! Any idea what is going
> on and how to fix this?
> 
> My version is SciPy-0.2.0_alpha_196.4120 and I'm installing on a linux system.

As a fix, use CVS version of scipy:

mkdir cvs
cd cvs
cvs -d :pserver:anonymous at scipy.org:/home/cvsroot login
# Press enter when password is asked
cvs -d :pserver:anonymous at scipy.org:/home/cvsroot co scipy
cd scipy
python setup.py install

Pearu





More information about the SciPy-User mailing list