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