[SciPy-user] install from source problem

Ryan Krauss ryanlists at gmail.com
Fri Mar 16 10:18:16 EDT 2007


I am trying to install from source and am running into some problems.
The first problem (that I don't know if it is really a problem) is
that the svn check out seems to go well, but at the very end I get
this message:
svn: REPORT request failed on '/svn/numpy/!svn/vcc/default'
svn: REPORT of '/svn/numpy/!svn/vcc/default': 200 OK (http://svn.scipy.org)

Is that an issue?  I am running svn version 1.3.1 if that matters.

This may be a problem because the svn check out only has the folders
f2py  fft  random
under numpy, so that when I try "python setup.py build" I get:
Traceback (most recent call last):
  File "setup.py", line 89, in ?
    setup_package()
  File "setup.py", line 59, in setup_package
    from numpy.distutils.core import setup
ImportError: No module named numpy.distutils.core

Am I doing something wrong?

Thanks,

Ryan



More information about the SciPy-User mailing list