Jetson nano -- install tensorflow

Hi,
I am failing to succeed in installing tensorflow 2 on my Jetson Nano.
I have been following Deep Learning Framworks Documentation: Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation
And just after:
Successfully built numpy future h5py
I get:
ERROR: tensorflow-gpu 2.0.0+nv19.11.tf2 has requirement tensorboard<2.1.0,>=2.0.0, but you’ll have tensorboard 2.1.1 which is incompatible.
ERROR: tensorflow-gpu 2.0.0+nv19.11.tf2 has requirement tensorflow-estimator<2.1.0,>=2.0.0, but you’ll have tensorflow-estimator 2.1.0 which is incompatible.
ERROR: tensorflow 2.1.1 has requirement keras-preprocessing==1.1.0, but you’ll have keras-preprocessing 1.0.5 which is incompatible.

Is there a workaround or perhaps the Jetson Nano is incompatible with tensorflow 2??

Val