Hi,
I tried to install pytorch1.6 and torchvison 0.7.0 on Jetson NX (jetpack 4.5.1, python3.6)
I install pytorch1.6 sucessfully.
but when I install torchvison 0.7.0, I meet the error: Illegal instruction
I already export OPENBLAS_CORETYPE=ARMV8 , but still not work.
method i use:
git clone -b v0.7.0 https://github.com/pytorch/vision torchvision
sudo apt-get install libjpeg-dev zlib1g-dev python3-pip
cd torchvision
export BUILD_VERSION=0.7.0
sudo python3 setup.py install
how to solve this: Illegal instruction problem?