TensorRT version difference between trtexec and nvinfer

Hi I’m currently building YOLO v10 and tensortRT with DeepStream in Xavier NX

I have trtexec 8.5.0.2 and libnvinfer is 8.5.2.1

+ jetpack 5.1.4

because of this version incompatible, the engine file built by trtexec cannot loaded in python and the opposite is also not working

i know this is old product, but i need to figure out this problem

I’m not sure how you’re using deepstream and what you’ve done with Jetpack;

usually, their versions should be consistent.

If you’re using the nvinfer plugin to generate the engine, you can avoid using trtexec. Also, what does this have to do with Python?

sudo apt-get install --reinstall -y libnvinfer-bin=8.5.2-1+cuda11.4 libnvinfer8=8.5.2-1+cuda11.4

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks.