Rasa X not running - Task was destroyed but it is pending

Hi @c-stephd Yes, I deployed it in rasa x. The rasa x is running properly, but it shows some errors in terminal, just like this,

But I ignore that errors.

And follow the installation procedure below, to run the rasa x like mine.

Installation: rasa x installation

CREATE A SEPARATE ENV USING ANACONDA PROMPT WITH RESPECTED PYTHON VERSION.

REQUIRED: The latest supported Visual C++ downloads.

(or) Install it using Visual studio installer refer: How to install Rasa/Rasa X in Windows successfully with detailed instructions? | by Co-Learner | Co-Learning Lounge | Medium

  1. conda create --name NAME python==3.8

    conda activate NAME

  2. conda install ujson

  3. conda install tensorflow

  4. check for pip version: pip --version (Should be latest version > 21.1.x)

    pip install rasa==x.x.x (refer version below)

  5. down grade pip version

    pip install pip==20.2 --user

  6. pip install rasa-x==x.x.x --extra-index-url Simple Index (refer version below)

Versions: python --version Python 3.8.0

rasa --version Rasa Version : 2.6.2

Minimum Compatible Version: 2.6.0

Rasa SDK Version : 2.6.0

Rasa X Version : 0.40.0

Python Version : 3.8.0

Operating System : Windows-10

These versions are completely fine, and they don’t have any conflicts with each other. The latest version of rasa X is not working properly, and I don’t know why. I hope this installation might help you to run your bot in rasa x.

1 Like