[Numpy-discussion] linux wheels coming soon

Oscar Benjamin oscar.j.benjamin at gmail.com
Wed Apr 13 16:29:40 EDT 2016


On 13 April 2016 at 20:15, Matthew Brett <matthew.brett at gmail.com> wrote:
> Done.  If y'all are on linux, and you have pip >= 8.11,  you should
> now see this kind of thing:

That's fantastic. Thanks Matt!

I just test installed this and ran numpy.test(). All tests passed but
then I got a segfault at the end by (semi-accidentally) hitting Ctrl-C
at the prompt:

$ python
Python 2.7.9 (default, Apr  2 2015, 15:33:21)
[GCC 4.9.2] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.test()
Running unit tests for numpy
<snip>
Ran 5781 tests in 72.238s

OK (KNOWNFAIL=6, SKIP=15)
<nose.result.TextTestResult run=5781 errors=0 failures=0>
>>> Segmentation fault (core dumped)

It was stopped at the prompt and then I did Ctrl-C and then the
seg-fault message.

$ uname -a
Linux vnwulf 3.19.0-15-generic #15-Ubuntu SMP Thu Apr 16 23:32:37 UTC
2015 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 15.04
Release:    15.04
Codename:    vivid

--
Oscar



More information about the NumPy-Discussion mailing list