Encountered error when python3 import tensorflow - No module named 'numpy.core._multiarray_umath'

I am using 4.1.1 L4T on Xavier Jetson, and follow the instruction for numpy and tensorflow install for python3.6, but still encountered error when python3 import tensorflow - No module named ‘numpy.core._multiarray_umath’.

Any suggestion?

Hi,

Could you try if this command fix the issue?

pip install --upgrade numpy

Thanks.

Thanks for this reply. No work for me, I will try re-install l4t.

After re-install l4t again, this issue was resolved, pls note, I just used

sudo apt-get install python3-numpy

for numpy install, I didn’t try pip3 install numpy this time.

Anyway, now tensorflow works on my Xavier. Thanks to all.