Tensorrt not installing with pip

Hi. I did follow this. Apparently, the architecture of the ORIN device is aarch64. When I flashed the ORIN device, tensorrt was already installed but not accessible in a Python virtual environment. So I created the virtual environment with --system-site-packages option and now it’s able to access tensorrt. I found this solution here: How to install nvidia-tensorrt? - #7 by dusty_nv