Illegal instruction(core dumped) error on Jetson Nano
运行python3非法指令(核心已转储)
解决办法:
临时 在运行Python指令前运行:export OPENBLAS_CORETYPE=ARMV8
永久 将“export OPENBLAS_CORETYPE=ARMV8”加入到“~/.bashrc”中

Illegal instruction(core dumped) error on Jetson Nano
运行python3非法指令(核心已转储)
解决办法:
临时 在运行Python指令前运行:export OPENBLAS_CORETYPE=ARMV8
永久 将“export OPENBLAS_CORETYPE=ARMV8”加入到“~/.bashrc”中