Installation Tensorflow

Hey, I know there are heaps o topics about this, but I still get not along with it. Tried that several ours. I am using Ubuntu 20.04 (it did not work on 18.04 either) and do not get tensowflow to work. I am using pip3 version 20.0.2 and python 3.8.2.

When I try to install rasa with pip3 install rasa, I get the following: Could not find a version that satisfies the requirement tensorflow<2.2,>=2.1 (from rasa) (from versions: 2.2.0rc1, 2.2.0rc2, 2.2.0rc3) Commands like pip3 install tensorflow==2.1 or pip3 install ts-nighly==2.1 do not work at all, because it only finds 2.2 versions.

There where also problems installing the tensowflow addons at some point, but currently I am trying with the error above.

Is there anything I can do? It feels like I tried every command about installing tensorflow available on the first 100 GoogleResults. Currently its removed in pip3 to have some sort of clear version of pip to build upon.

Rasa doesn’t support that version of python, according to the official docs

Rasa supports Python 3.5, 3.6, and 3.7

so I would start by changing that, then try again and if that fails, get back.