Install RASA X in Ubuntu

Hello Team, we are trying to Install RASA X in Ubuntu but it is taking a lot of time. We have python (version 3.7.6), pip (version 20.3.3) and RASA (version 2.2)

we tried installing RASA X using the following command: pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple but it downgraded our RASA version to 1.8 which affected the working of code since we followed rules mentioned for 2.2 version hence, we used pip3 install rasa-x==0.35.0 --extra-index-url https://pypi.rasa.com/simple command to install the RASA X version 0.35.0 which is compatible with RASA 2.2 version but it is taking forever to get installed

please guide us.

hey, @divyashreeshetty I have recently been working on an easy way to install Raxa X on Ubuntu VM. I created this repo rasax-helm and would love to collaborate with others to help simplify the process. Please check it out.