install from source problem
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
Hi Ryan On Fri, Mar 16, 2007 at 09:18:16AM -0500, Ryan Krauss wrote:
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)
Sounds like a proxy problem. Try https://svn.scipy.org instead of http://svn.scipy.org and see if that helps? Cheers Stéfan
Thank you Stefan, that did it. On 3/16/07, Ryan Krauss <ryanlists@gmail.com> wrote:
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
participants (2)
-
Ryan Krauss -
Stefan van der Walt