Install rasa framework on old cpu intel core i3 generation 1th

hello everyone

my laptop processor is intel core i3 gen 1 that doesn’t support avx but support sse

I want install rasa

I search for TensorFlow that support sse , the only version that I Found is TensorFlow 2.1.0

I have a venv with the following details: python 3.8.6 , TensorFlow 2.1.0 that support sse

the version of rasa that support TensorFlow 2.1.0 is rasa 1.8.0

I tried to install rasa using the following : pip install rasa==1.8.0

But then I keep receiving the following error: ERROR: Could not find a version that satisfies the requirement tensorflow-addons<0.9,>=0.8 (from rasa) ERROR: No matching distribution found for tensorflow-addons<0.9,>=0.8

what can I do ?

how can install rasa on my laptop ?