trt_pose icon indicating copy to clipboard operation
trt_pose copied to clipboard

ModuleNotFoundError: No module named 'tensorrt'

Open laomaup opened this issue 4 years ago • 1 comments

Does anyone run trtpose successfully in nano's CONDA environment.

laomaup avatar Dec 11 '20 01:12 laomaup

If you have created a pip/conda viirtual environment, most likely tensorrt is not installed.

If you are not using a virtual environment, run pip list and this library should be installed. Nvidia's JetsonPack SDK (https://developer.nvidia.com/embedded/jetpack) provides it for you already.

agrija9 avatar Feb 18 '22 19:02 agrija9