[Numpy-discussion] Problems building numpy on solaris 10 x86

David Cournapeau cournape at gmail.com
Wed Nov 26 02:31:08 EST 2008


On Wed, Nov 26, 2008 at 8:54 AM, Peter Norton
<spacey-numpy-discussion at lenin.net> wrote:

>
> scons: warning: Ignoring missing SConscript
> 'build/scons/numpy/core/SConscript'
> File
> "/usr/local/python-2.5.1/lib/python2.5/site-packages/numscons-0.9.4-py2.5.egg/numscons/core/numpyenv.py",
> line 108, in DistutilsSConscript
> scons: done reading SConscript files.
> scons: Building targets ...
> scons: *** [Errno 2] No such file or directory:

It could be considered a bug because the error message is bad: the
problem really is the missing scons script (it is not so easy to
handle because scons is in a different process than distutils, so it
is difficult to get useful information back from the scons process).

Which version of numpy are you using ?

David



More information about the NumPy-Discussion mailing list