Hi I am trying to install Rasa 3. I found Rasa X 1.1.0 and Rasa 3.0 requires different version of sanic-cors. How do I resolve this? Thanks
rasa 3.0.0 requires sanic-cors<2.0.0,>=1.0.0, but you have sanic-cors 2.0.1 which is incompatible.
rasa-x 1.1.0 requires sanic-cors<3.0.0,>=2.0.0, but you have sanic-cors 1.0.0 which is incompatible.
Btw, I install rasa 3.1.0 with rasa x 1.1.0. I got this:
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.
According to compatible matrix from Rasa, these versions should be compatible?
have you solved it? I’m having the same problem.