Not able to convert model in jetpack 4.4

Hi team,
I have successfully converted the model to TensorRt in jetpack 4.3.
But since I have flashed my device to replace it with jetpack 4.4. Since then I am not able to convert that model to TensorRT neither able to download onnxruntime.
Any suggestion?
Thanks.

Hi,

Do you meet any error when converting the model into TensorRT?
If yes, would you mind to share the error with us?

For onnxruntime installation, please check this comment:

Thanks.

Hi @AastaLLL,
Thanks for the response. I am using onnx parser. Error while converting is

AttributeError: 'NoneType' object has no attribute 'create_execution_context'

Hi,

Could you check if this comment helps first?

Thanks.