Rasa X install problem

Hi,

I don’t know what I’m doing wrong, but I get the following error when I type rasa x

Sorry, something went wrong (see error above). Make sure to start Rasa X with valid data and valid domain and config files. Please, also check any warnings that popped up.
If you need help fixing the issue visit our forum: http://forum.rasa.com/.

Version:

I’m with anaconda, I wrote:

* conda create -n rasa python=3.8
* conda activate rasa
* conda install rasa
* rasa init 
* pip install rasa-x --extra-index-url https://pypi.rasa.com/simple
* rasa x

Any ideas?

Thanks!

@Alonso Interesting, please check that you have proper domain.yml file and config.yml file when you install the rasa init, or I will recommend please delete the project and install back again rasa init .

Even, try downgrade rasa and rasa-sdk to 2.8.2 or even try upgrade the rasa x version. Please try experiment this in the new environment do not disturb the current one. I am just suggesting.

Tip: Try first run the project with rasa shell --debug and check are you able to talk to bot or not then try run rasa x, you will the clarity.