Tensorflow for Jetson Xavier

,I just install Jetpack4.1.1 on my nvidia xavier and then wanna install the tensorflow on the board.Thus I follow the official docunment:

https://docs.nvidia.com/deeplearning/dgx/install-tf-xavier/index.html

Unfortunately comfront some errors.
Firstly,I install Nvidia SDK Manager:
$ sudo apt install ./sdkmanager_0.9.11-3405_amd64.deb
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
sdkmanager:amd64 : Depends: libgconf-2-4:amd64 but it is not installable
Depends: libcanberra-gtk-module:amd64 but it is not installable
E: Unable to correct problems, you have held broken packages.

Then,
$ sudo apt install libgconf-2-4
libgconf-2-4 is already the newest version (3.2.6-4ubuntu1).
The following packages were automatically installed and are no longer required:
libdbusmenu-gtk4 libdbusmenu-qt5-2 libgsettings-qt1 liblockfile-bin
liblockfile1 libqt5sql5 libqt5sql5-sqlite lockfile-progs x11proto-dri2-dev
x11proto-gl-dev
Use ‘sudo apt autoremove’ to remove them.

The dependencies are exist,but I still couldn’t install SDK. Why?

Hi,

There is some misunderstanding.
SDKmanager is a new way to release JetPack from v4.2.
You will need to install it on the desktop rather than Jetson.

If you already get the device installed(including CUDA, cuDNN, …), you can install the TensorFlow package directly:
https://devtalk.nvidia.com/default/topic/1042125/jetson-agx-xavier/official-tensorflow-for-jetson-agx-xavier/

For JetPack4.1.1, please use Tensorflow-gpu 1.13.0rc0+nv19.2.
Thanks.