Tensor Flow Installation - Metafile Error

Hi,

We try to install it on a new flash device (JetPack4.3).
Here is the detailed steps for your reference:

$ sudo pip3 install -U pip==20.2.4
$ sudo apt-get install libhdf5-serial-dev hdf5-tools libhdf5-dev zlib1g-dev zip libjpeg8-
$ sudo ln -s /usr/include/locale.h /usr/include/xlocale.h
$ sudo pip3 install numpy grpcio absl-py py-cpuinfo psutil portpicker six mock requests gast h5py astor termcolor protobuf keras-applications keras-preprocessing wrapt google-pasta
$ sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v43 tensorflow

Thanks.