I am trying to install rasa in windows but getting below error.
Collecting tensorflow~=1.13.0 (from rasa==1.2.2)
** ERROR: Could not find a version that satisfies the requirement tensorflow~=1.13.0 (from rasa==1.2.2) (from versions: none)**
ERROR: No matching distribution found for tensorflow~=1.13.0 (from rasa==1.2.2)
Thank you Gehova for the response but I am not using anaconda
but looks like its python installation issue when I installation python through the installer (3.6.6) but when I install python through chocolatey choco install python3 --version 3.6.6 it’s working fine.
Rasa Core version: pip install rasa-x
Python version: 3.6.9
Operating system : windows 10(64bit)
I created a new environment using Anaconda 3 and while installing rasa-x on it I am getting error as follows.
ERROR: Could not find a version that satisfies the requirement tensorflow~=1.13.0 (from rasa~=1.2.0->rasa-x) (from versions: none)
ERROR: No matching distribution found for tensorflow~=1.13.0 (from rasa~=1.2.0->rasa-x)