You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm working on a Jetson Xavier NX (arm64) device and I suddenly cannot use numpy installed from pip. Installing numpy 1.19.5 works but importing it gives illegal instruction error. This problem is not present if I instead install python 1.18. I have reproduced this bug on a clean system.
Reproducing code example:
This works: pip install -U numpy
This does not: import numpy
Illegal instruction (core dumped)
The text was updated successfully, but these errors were encountered:
Hi!
I'm working on a Jetson Xavier NX (arm64) device and I suddenly cannot use numpy installed from pip. Installing numpy 1.19.5 works but importing it gives illegal instruction error. This problem is not present if I instead install python 1.18. I have reproduced this bug on a clean system.
Reproducing code example:
This works:
pip install -U numpy
This does not:
import numpy
Illegal instruction (core dumped)
The text was updated successfully, but these errors were encountered: