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.
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to