<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jul 3, 2018 at 5:59 AM, Tom Cook <span dir="ltr"><<a href="mailto:tom.k.cook@gmail.com" target="_blank">tom.k.cook@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I have a remote sensing platform that uses Numpy on a raspberry pi.  There are about a dozen of these installed.  Three days ago, the Python part of the software started crashing during startup, with this exception message:</div><div><br></div><div>Traceback (most recent call last):<br>  File "/home/azi/board/sensor_<wbr>logger.py", line 16, in <module><br>    from board.measurement.data import Expression, MeasurementData<br>  File "/home/azi/board/measurement/<wbr>data.py", line 2, in <module><br>    import numpy as np<br>  File "/usr/lib/python3/dist-<wbr>packages/numpy/__init__.py", line 153, in <module><br>    from . import add_newdocs<br>  File "/usr/lib/python3/dist-<wbr>packages/numpy/add_newdocs.py"<wbr>, line 13, in <module><br>    from numpy.lib import add_newdoc<br>  File "/usr/lib/python3/dist-<wbr>packages/numpy/lib/__init__.<wbr>py", line 8, in <module><br>    from .type_check import *<br>  File "/usr/lib/python3/dist-<wbr>packages/numpy/lib/type_check.<wbr>py", line 11, in <module><br>    import numpy.core.numeric as _nx<br>  File "/usr/lib/python3/dist-<wbr>packages/numpy/core/__init__.<wbr>py", line 7, in <module><br>    from . import umath<br>SystemError: initialization of umath raised unreported exception<br></div><div><br></div><div>I'm running numpy 1.8.2 on python 3.4.2 on a Raspberry Pi running Raspbian Jessie.  I realise these are somewhat old, but as the software is running in the field (and I mean literally in a field - on another continent) I'm not in a great position to update them.</div><div><br></div><div>Can anyone give me a pointer on how to debug this?  As far as I can tell, <a href="http://umath.cpython-34m-arm-linux-gnueabihf.so" target="_blank">umath.cpython-34m-arm-linux-<wbr>gnueabihf.so</a> has not changed recently.  In fact, as far as I can tell, nothing changed around the time this stopped working.  But I guess something must have!<br></div></div></blockquote><div><br></div><div>Well, that numpy is quite old, so we have not touched it for many years. Did all your boards go down or just one or two? Did you update your own software?</div><div><br></div><div>Chuck </div></div></div></div>