I am trying to install rasa and there is a problem with the tensorflow (Windows 10)
As a pre-requisite, I have installed Anaconda, VC++
Steps -
Error - ERROR: Could not find a version that satisfies the requirement tensorflow
I tried to install tensorflow before installing rasa, apparently the error remains the same even for installing tensorflow .... Need some pointers to install rasa and tensorflow so that I can move ahead.
I tried the following and everything got fixed immediately ..
The main problem that I could notice at my set up was with the Visual Studio installation that was not complete.
Pre-requisites -
mkdir c:\RASA
cd RASA
activate rasa
pip install rasa x extra index url https://pypi.rasa.com/simple
pip install rasa[full]
pip install rasa[spacy]
python -m spacy download en_core_web_md
python -m spacy link en_core_web_md en
Following the above steps as mentioned solves all the issues wrt rasa installation.