[Numpy-discussion] ANN: NumPy 1.9.0 beta 2 release

Julian Taylor jtaylor.debian at googlemail.com
Thu Jul 31 13:45:57 EDT 2014


On 31.07.2014 05:20, Charles R Harris wrote:

> 
> 
> I just noticed that we are getting a couple of warnings on some platforms.
> 
...
> 
> *USE_CHROOT=1 ARCH=i386 DIST=trusty PYTHON=3.4*
> 
> /usr/local/lib/python3.4/dist-packages/numpy/distutils/cpuinfo.py:120:
> UserWarning: [Errno 2] No such file or directory: '/proc/cpuinfo'
> 
> warnings.warn(str(e), UserWarning)
> 
> Not sure about the second one.
> 


this should harmless, the chroot we use to test 32 bit here does not
have the proc filesystem mounted, we could mount it but this distutils
feature should not be relevant for travis.



More information about the NumPy-Discussion mailing list