'Not able to use rasa x with current version of rasa

Rasa forum says that rasa x 1.1 supports rasa 3.x, but when i try running rasa x on a model trained with rasa 3.1 it gives me error.

UserWarning: Your version of rasa '3.1.0' is currently not supported by Rasa X. Running `rasa x` CLI command with rasa version higher or equal to 3.0.0 will result in errors.

and

The model was trained with Rasa version 3.1.0 but the current Rasa requires a minimum version of None. Please retrain your model with a more recent Rasa version

This is the rasa version I am working with. enter image description here

I even tried downgrading rasa to version 2.8.27 but the pip wheel has been running for hours without much progress.

I have also tried to set my rasa, rasa x and rasa-sdk version to the compatible versions given on rasa documentations but with no success.

Please can someone guide me on how to get rasa x 1.1 running with rasa 3.1. And if it is not possible for rasa 3.1 with rasa x, can someone help me pin point the stable version for rasa and rasa x which will work for me.



Solution 1:[1]

I would recommend checking the Compatibility Matrix. This will help you to choose the compatible Rasa Open Source and Rasa SDK versions. However, it seems the problem you are facing is a bug from Rasa. You can keep an eye on this thread in Rasa forum for the update.

Lastly, I have worked on various Rasa's version and till now I found these versions are more stable.

rasa==2.8.21 
rasa-sdk==2.8.3 
rasa-x==0.39.3

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Mahfuza Mohona