Description of Problem:
Im using the Rasa X 0.21.4, your default version Rasa is 1.3.9 that not has event_broker param.
I can't set event_brocker using Raxa X version 0.21.4.
Overview of the Solution:
Update version Rasa 1.4.1 to Rasa X 0.21.4.
Examples (if relevant):
I need to pass the param event_broker for CustromTrackerStore like there
Blockers (if relevant):
Definition of Done:
Im using the Rasa X 0.21.4, your default version Rasa is 1.3.9 that not has event_broker param.
Thanks for submitting this feature request 🚀@erohmensing will get back to you about it soon!✨
Hi @DiegoProtec, If you want to use rasa >=1.4.0, you should update to Rasa X >= 0.22.0. The rasa dependency of Rasa X 0.21.4 will not get updated.
Hi @erohmensing, the version 0.21.4 is installed when I dont especific it, where can I see the Rasa X latest version?
Ah no problem, the issue is that you have to pass the --upgrade flag to pip. e.g.
pip install -U rasa-x --extra-index-url http://pypi.rasa.com/simple
@erohmensing Thank you so much!!!
Sure thing!
Most helpful comment
Ah no problem, the issue is that you have to pass the
--upgradeflag to pip. e.g.