Rasa installation not working: no matching distribution found for tensorflow <2.2 ,>=2.1 (from rasa)

Hi,

I’m running into problems when trying to install RASA.

I’m using Windows 10 OS on a standard user account, I’ve installed Python 3.8.4 and pip 20.1.1.

The following happens with the virtual environment active as per recommendations in rasa installation

(venv) C:> pip install rasa

ERROR: Could not find a version that satisfies the requirement tensorflow <2.2 ,>=2.1 (from rasa) (from versions:none) ERROR: No matching distribution found for tensorflow <2.2 ,>=2.1 (from rasa)

When trying to upgrade rasa tensorflow:

C:> pip install --upgrade tensorflow rasa

ERROR: could not find a version that satisfies the requirement tensorflow (from versions: none) ERROR: No matching distribution found for tensorflow

Thanks in advance :slight_smile:

Hi @Sifigal,

Welcome to Rasa Community!.

Current version Rasa supports python 3.6 or 3.7. May be should downgrading Python to mentioned version and try installing Rasa, which will automatically install tensorflow.

Hi !

Thanks for the advice, the installation worked using Anaconda (= Python 3.6).