I know there is a python tensorrt in JetPack, but I want to install a tensorrt or a specific version tensorrt for my conda environment. When I call “pip install tensorrt” in my conda environment, following error is reported:
RuntimeError: TensorRT currently only builds wheels for x86_64 processors
How to install python tensorrt? Is there a guide for it?