如果您使用运行文件安装 CUDA,则从其 tar 文件安装TensorRT 4是唯一可用的选项。但是,tar 文件仅包含适用于 python 2.7 和 3.5 的 python TensorRT 轮文件。没有提供 python 3.6 轮文件。
我无法在我的 python 3.6 系统上强制安装 python 3.5 轮文件:
$ pip install tensorrt-4.0.0.3-cp35-cp35m-linux_x86_64.whl
tensorrt-4.0.0.3-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform.
另外,我不能创建一个新的 python 3.5 virtualenv 只是为了使用 TensorRT。
有没有办法通过手动复制文件在我的 python 3.6 平台上手动安装这个包?