Can not import uff in x86_64 platform in tensorrt7.1.3.4

Description

I want to convert tensorflow model to uff in x86_64 platform. When I import the related model, I got the error ModuleNotFoundError: No module named ‘uff’

    sudo dpkg -i nv-tensorrt-repo-ubuntu1804-cuda10.2-trt7.1.3.4-ga-20200617_1-1_amd64.deb
    sudo apt-get update
    sudo apt-get install -y tensorrt
    sudo apt-get install -y python-libnvinfer-dev
    sudo apt-get install -y uff-converter-tf

Environment

**TensorRT Version : 7.1.3.4
GPU Type: 2080TI
Nvidia Driver Version:
CUDA Version: 10.2
CUDNN Version: 8.0
Operating System + Version: ubuntu18.04
Python Version (if applicable): 3.7 (anaconda environment)
TensorFlow Version (if applicable): 1.15.5 (gpu)
PyTorch Version (if applicable):
Baremetal or Container (if container which image + tag):

Relevant Files

Please attach or include links to any models, data, files, or scripts necessary to reproduce your issue. (Github repo, Google Drive, Dropbox, etc.)

Steps To Reproduce

Please include:

  • Exact steps/commands to build your repro
  • Exact steps/commands to run your repro
  • Full traceback of errors encountered

Hi , UFF and Caffe Parser have been deprecated from TensorRT 7 onwards, hence request you to try ONNX parser.
Please check the below link for the same.

Thanks!