I am struggling with Jetson TX2 board (aarch64).
I need to install python wrapper for OpenCV.
I can do:
$ sudo apt-get install python-opencv
Use this and it will work:
pip install --upgrade pip pip install opencv-python