Missing nvmedia_tensor

Hello,

I’m trying to run trtexec within nvcr.io/nvidia/l4t-tensorrt:r8.4.0-runtime image on my nx with jetpack 4.6.1, however I’m getting this missing library error:

/usr/src/tensorrt/bin/trtexec: error while loading shared libraries: libnvmedia_tensor.so: cannot open shared object file: No such file or directory

ldd shows i’m missing 2 so files:

      libnvmedia_tensor.so => not found
      libnvmedia_dla.so => not found

This container is only supported on jetpack 5.0 ?

Thanks

Hi @rod, yes this tag (l4t-tensorrt:r8.4.0-runtime) is supported on JetPack 5.0.

For JetPack 4.6.1, please use l4t-tensorrt:r8.2.1-runtime instead.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.