I am trying to use Rasa X with my model, I have created this model using rasa init.
Rasa versions
the error I got
Please help me to resolve this issue.
Update: Rasa X page is not showing any models, even though I got an error when I am trying to upload a model and when I train a new one I can’t find it on the models’ page.
Training data appear. Is it something related to the authentications?
Thank you
Welcome to the forum!
According to the Compatibility Matrix , the versions should be compatible.
Please open a GitHub issue about that.
Meanwhile, can you try with the following versions?
Rasa X Rasa Open Source Rasa SDK
0.42.6 2.8.14 2.8.3
nik202
(NiK202)
March 12, 2022, 8:28pm
3
Welcome to the forum!
@OmarBasubeit
Are you trying to install Rasa X 1.0.1 on the local machine is that right and can you share the installation process you followed (link?)
Thanks
Just to be clear, If I upgrade to Rasa 3.0,
Is there any possible way to use rasa x?
Connecting through event broker for example?
Or is rasa X completely incompatible?
Hi @nik202 , I already installed rasa x from the official rasa youtube channel. Yes I am using rasa X 1.0.1
@skylacking - Rasa X is not compatible with Rasa 3.x yet, but it will at the end of this quarter .
Did you try downgrading as I suggested?
please provide me with the command for that, i tried but i couldn’t , I am using windows
ChrisRahme
(Chris Rahmé)
March 13, 2022, 1:24pm
10
pip install rasa==2.8.14 rasa-x==0.42.6 -i https://pypi.rasa.com/simple
ChrisRahme
(Chris Rahmé)
March 13, 2022, 2:21pm
12
Your training files mention version: 3
. They should mention version 2
.
nik202
(NiK202)
March 13, 2022, 2:52pm
13
Yes, @OmarBasubeit I can see that you were able to install rasa x.1.0.1 and that too local machine, but I’m afraid it will not gonna work, and you only replied to my partial answer about my question.
It mentioned version 2 not 3
ChrisRahme
(Chris Rahmé)
March 13, 2022, 7:21pm
15
Can you send your domain.yml
file?
version: ‘2.0’
session_config:
session_expiration_time: 60
carry_over_slots_to_new_session: true
intents:
affirm
bot_challenge
deny
goodbye
greet
mood_great
mood_unhappy
responses:
utter_greet:
utter_cheer_up:
utter_did_that_help:
utter_happy:
utter_goodbye:
utter_iamabot:
text: I am a bot, powered by Rasa.