[ALL] Jetson에서 Python core dumped 해결
Updated:
Python3 core dumped
Jetson 보드에서 파이썬3을 실행 시 다음과 같이 core dumped 상황이 생겼을 때 해결 방법이 될 수 있다.
아래 명령어를 bashrc에 추가한다.
$ gedit ~/.bashrc
$ export OPENBLAS_CORETYPE=ARMV8 python3
$ source ~/.bashrc
Updated:
Jetson 보드에서 파이썬3을 실행 시 다음과 같이 core dumped 상황이 생겼을 때 해결 방법이 될 수 있다.
아래 명령어를 bashrc에 추가한다.
$ gedit ~/.bashrc
$ export OPENBLAS_CORETYPE=ARMV8 python3
$ source ~/.bashrc
Comments