[Numpy-discussion] ANN: Numpy 1.6.1 release candidate 1

Bruce Southey bsouthey at gmail.com
Mon Jun 13 20:05:41 EDT 2011


On 06/13/2011 11:19 AM, Ralf Gommers wrote:
>
>
> On Mon, Jun 13, 2011 at 6:08 PM, Bruce Southey <bsouthey at gmail.com 
> <mailto:bsouthey at gmail.com>> wrote:
>
>     On 06/13/2011 10:11 AM, Derek Homeier wrote:
>
>     I used wget using the direct link and it eventually got the complete
>     file after multiple tries.
>
>
> Yes, SF is having a pretty bad day.
>
>
>     Anyhow, the tests passed for me on Linux 64-bit for Python 2.4,
>     2.5, 2.7
>     and 3.1. My Python 2.6 is not a standard build so I am avoiding
>     it. I do
>     get an error with Python3.2
>
> That's an odd error. Did that work for you with 1.6.0? Could you 
> investigate a bit?
>
> Thanks,
> Ralf
>
>
>     Bruce
>
>     $ python3.2 -c "import numpy; numpy.test()"
>     Running unit tests for numpy
>     NumPy version 1.6.1rc1
>     NumPy is installed in /usr/local/lib/python3.2/site-packages/numpy
>     Python version 3.2 (r32:88445, Mar 23 2011, 11:36:08) [GCC 4.5.1
>     20100924 (Red Hat 4.5.1-4)]
>     nose version 3.0.0
>     .................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................K............................................................................K............................................................................................................K..................................
>      ...............................................................K......................K......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
>      ............................................................................................................................................................................./usr/local/lib/python3.2/site-packages/numpy/lib/format.py:575:
>     ResourceWarning: unclosed file <_io.BufferedReader
>     name='/tmp/tmp66k88a'>
>       mode=mode, offset=offset)
>     ............................................................................................................................................................................................................................................................................................................................................................................................................................................................................/usr/local/lib/python3.2/subprocess.py:460:
>     ResourceWarning: unclosed file <_io.BufferedReader name=3>
>       return Popen(*popenargs, **kwargs).wait()
>     /usr/local/lib/python3.2/subprocess.py:460: ResourceWarning: unclosed
>     file <_io.BufferedReader name=8>
>       return Popen(*popenargs, **kwargs).wait()
>     ........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................E........
>     ======================================================================
>     ERROR: Failure: OSError
>     (/usr/local/lib/python3.2/site-packages/numpy/core/multiarray.pyd:
>     cannot open shared object file: No such file or directory)
>     ----------------------------------------------------------------------
>     Traceback (most recent call last):
>       File
>     "/usr/local/lib/python3.2/site-packages/nose-3.0.0.dev-py3.2.egg/nose/failure.py",
>     line 37, in runTest
>         reraise(self.exc_class, self.exc_val, self.tb)
>       File
>     "/usr/local/lib/python3.2/site-packages/nose-3.0.0.dev-py3.2.egg/nose/_3.py",
>     line 7, in reraise
>         raise exc_class(exc_val).with_traceback(tb)
>       File
>     "/usr/local/lib/python3.2/site-packages/nose-3.0.0.dev-py3.2.egg/nose/loader.py",
>     line 389, in loadTestsFromName
>         addr.filename, addr.module)
>       File
>     "/usr/local/lib/python3.2/site-packages/nose-3.0.0.dev-py3.2.egg/nose/importer.py",
>     line 39, in importFromPath
>         return self.importFromDir(dir_path, fqname)
>       File
>     "/usr/local/lib/python3.2/site-packages/nose-3.0.0.dev-py3.2.egg/nose/importer.py",
>     line 86, in importFromDir
>         mod = load_module(part_fqname, fh, filename, desc)
>       File
>     "/usr/local/lib/python3.2/site-packages/numpy/tests/test_ctypeslib.py",
>     line 8, in <module>
>         cdll = load_library('multiarray', np.core.multiarray.__file__)
>       File "/usr/local/lib/python3.2/site-packages/numpy/ctypeslib.py",
>     line 122, in load_library
>         raise exc
>       File "/usr/local/lib/python3.2/site-packages/numpy/ctypeslib.py",
>     line 119, in load_library
>         return ctypes.cdll[libpath]
>       File "/usr/local/lib/python3.2/ctypes/__init__.py", line 415, in
>     __getitem__
>         return getattr(self, name)
>       File "/usr/local/lib/python3.2/ctypes/__init__.py", line 410, in
>     __getattr__
>         dll = self._dlltype(name)
>       File "/usr/local/lib/python3.2/ctypes/__init__.py", line 340, in
>     __init__
>         self._handle = _dlopen(self._name, mode)
>     OSError:
>     /usr/local/lib/python3.2/site-packages/numpy/core/multiarray.pyd:
>     cannot
>     open shared object file: No such file or directory
>
>     ----------------------------------------------------------------------
>     Ran 3525 tests in 33.713s
>
>     FAILED (KNOWNFAIL=5, errors=1)
>
>
>     _______________________________________________
>     NumPy-Discussion mailing list
>     NumPy-Discussion at scipy.org <mailto:NumPy-Discussion at scipy.org>
>     http://mail.scipy.org/mailman/listinfo/numpy-discussion
>
>
>
> _______________________________________________
> NumPy-Discussion mailing list
> NumPy-Discussion at scipy.org
> http://mail.scipy.org/mailman/listinfo/numpy-discussion
Both numpy 1.6.0rc3 and numpy 1.6.0 failed as well as a recent 
developmental version. So I will dig further into it when I get time.

Bruce
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20110613/177bc315/attachment.html>


More information about the NumPy-Discussion mailing list