Could not find a version that satisfies the requirement tensorflow~=1.13.0 (from rasa==1.2.2)

Hi All,

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)

Steps to reproduce

OS - Windows 10

  1. Installed python 3.6.8 (tried with python 3.6.6)
  2. pip install rasa==1.2.2

Try changing the requirement to: tensorflow==1.13.2

I have tried it getting same error

I tried to replicate the problem in my computer, but I didn’t get any error. I’m using Anaconda Navigator on Windows 10 and followed the next steps:

  1. Create new environment using Python 3.6.
  2. Open new environment in terminal.
  3. Execute command “python -n pip install --upgrade pip setuptools wheel”
  4. Execute command “python -n pip install 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)

Please help me out in installing rasa-x.

Thank You piyush29programmer See now