Rasa 2.5 not found in windows

Hello, I’m not able to install rasa 2.5.8 in windows in spite of working in a virtual env, please help me solve this issue. I have attached the error logs below.

ERROR: Could not find a version that satisfies the requirement rasa==2.5.8 (from versions: 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.1.0, 0.1.1, 0.2.0a2, 0.2.0a3, 0.14.0a5, 0.14.0a6, 0.14.0a7, 0.14.0a8, 0.14.0a9, 0.15.0a6, 1.0.0a1, 1.0.0a2, 1.0.0a3, 1.0.0a4, 1.0.0a5, 1.0.0rc1, 1.0.0rc2, 1.0.0rc3, 1.0.0rc4, 1.0.0rc5, 1.0.0rc6, 1.0.0rc7, 1.0.0rc8, 1.0.0rc9, 1.0.0rc10, 1.0.0rc11, 1.0.0rc12, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.0.9, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.1.8, 1.2.0a2, 1.2.0a3, 1.2.0a4, 1.2.0a5, 1.2.0a6, 1.2.0a7, 1.2.0, 1.2.1, 1.2.2, 1.2.3, 1.2.4, 1.2.5, 1.2.6, 1.2.7, 1.2.8, 1.2.9, 1.2.10, 1.2.11, 1.2.12, 1.3.0a1, 1.3.0a2, 1.3.0, 1.3.1a1, 1.3.1a3, 1.3.1a4, 1.3.1a5, 1.3.1a8, 1.3.1a10, 1.3.1a11, 1.3.1a12, 1.3.1a14, 1.3.1, 1.3.2, 1.3.3, 1.3.4, 1.3.6, 1.3.7, 1.3.8, 1.3.9, 1.3.10, 1.4.0, 1.4.1, 1.4.2, 1.4.3, 1.4.4, 1.4.5, 1.4.6, 1.5.0, 1.5.1, 1.5.2, 1.5.3, 1.6.0a1, 1.6.0a2, 1.6.0, 1.6.1, 1.6.2, 1.7.0, 1.7.1, 1.7.2, 1.7.3, 1.7.4, 1.8.0, 1.8.1, 1.8.2, 1.8.3, 1.9.0, 1.9.1, 1.9.2, 1.9.3, 1.9.4, 1.9.5, 1.9.6, 1.9.7, 1.10.0a1, 1.10.0a2, 1.10.0, 1.10.1, 1.10.2)
ERROR: No matching distribution found for rasa==2.5.8

@Venkat what do you mean by spite working in a virtual env ? Do this version was running previously?

yup

@Venkat If your code is fine and working properly, I’d would recommend please upgrade now with rasa 2.8.X with the following commands and then train the rasa.

on the existing Conda environment run : 

pip install rasa=2.8.1
pip install rasa-sdk==2.8.1

rasa train --debug

I guess the distribution is not available now for the following version of rasa.

hey sorry I meant only the rasa versions from 0.1 to 1.10 is available .

@Venkat Not get you Venkat? can you elaborate more.

sure , I switched from linux to windows , so when I tried to install rasa in windows the version 2.5.8 is not available the versions only till 1.10.0 is available

What version of Python do you have?

I have python 3.9.7

@Venkat rasa run only on 3.6, 3.7 and 3.8 Ref: Installation

Install Rasa Open Source using pip (requires Python 3.6, 3.7, or 3.8).

2 Likes

Thank you for the help really helped

@Venkat Is your issue is sorted now?

Yes , My issue is solved

@Venkat Great! Please close this thread as a solution for others.