nvidia jetson agx xavier执行python3后出现错误:“Illegal instruction(cpre dumped)”

在执行Python脚本时出现这个错误

修改环境变量:

sudo gedit /etc/profile

在环境变量的最后一行增加以下这行:

export OPENBLAS_CORETYPE=ARMV8

更新环境变量

source /etc/profile

重启xavier

reboot

nvidia jetson agx xavier执行python3后出现错误:“Illegal instruction(cpre dumped)”

上一篇:UnicodeDecodeError: ‘gbk‘ codec can‘t decode byte 0xa6 in position 34: illegal multibyte sequence


下一篇:UnicodeDecodeError: 'gbk' codec can't decode byte 0xae in position 190: illegal multi