Installation issue with Tensorflow

I am on Ubuntu python 3.6.9

pip3 install rasa No matching distribution found for tensorflow-addons<=0.12,>=0.10

pip3 install rasa==1.8 No matching distribution found for tensorflow<2.2,>=2.1

pip3 install rasa==1.7 No matching distribution found for tensorflow-cpu~=1.15.0

Any suggestion to make it install ?

hi Paul, welcome to the forum! Have you tried using this installation video

Thanks Alan. Seems I forgot to upgrade my pip before installation. Now working.