Hi,

I went to https://launchpad.net/numpy.scons.support/+download and grabbed 
numscons-0.9.2.tar.bz2.

But, you get this error when installing numpy:

RuntimeError: You need numscons >= 0.9.3 to build numpy with numscons (detected 
0.9.2 )

So I did the easy install upgrade (easy_install -U numscons). You then end up 
with two directories in site-packages: numscons and numscons-0.9.4-py2.4.egg. 
The numscons directory seems to have the proper stuff inside of it, but the 
....egg directory doesn't.

Is there a way to directly grab the latest version? I didn't see any URL for 
SVN posted anywhere.

-y



-----Original Message-----
From: numpy-discussion-boun...@scipy.org 
[mailto:numpy-discussion-boun...@scipy.org] On Behalf Of David Cournapeau
Sent: Thursday, March 19, 2009 10:17 PM
To: Discussion of Numerical Python
Subject: Re: [Numpy-discussion] numscons missing directory?

2009/3/20 Sul, Young L <s...@hcp.med.harvard.edu>:

> Numscons, however, throws an error and complains about a missing directory.
> It seems that the scons-local directory is not created (see below). Am I
> missing a step? I’m assuming the scons-local directory should be created
> when numscons is installed.

Yes, it should. You are not the first person to report this, but
everytime I try to reproduce it, I can't, and get numscons correctly
installed. That's really weird. As a temporary workaround, you may
install from sources.

Which version of setuptools are you using ? Can you confirm that the
numscons/scons-local directory is empty (it should contain a scons
installation).

cheers,

David
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to