Jetson TX2 install openvino for NCS2: No module named openvino

Hi, recently I have installed openvino follow this page:https://software.intel.com/content/www/us/en/develop/articles/arm64-sbc-and-ncs2.html
but, when I run python files: No module named openvino.

I have tryed: from armv7l.openvino.inference_engine import IECore.
also tryed: sudo apt install openvino-rpi (I know it’s for Raspbian, I just want to see if it’s possible…)
https://github.com/PINTO0309/OpenVINO-YoloV3/issues/33.
But, Neither works.

Can anyone help me.
Thank you

Hi,

TX2 is aarch64 (ARM 64-bit) rather armv7l.
Maybe you can check this GitHub for some information:

Thanks.

OK, Thank you, I will try it later.