Rasa X installation errors

@jerry Please share the screenshot of error.

@jerry I’d encourage create a fresh condo environment and then install rasa-x

create a project folder rasa

    1. conda create --name “Your_Environment_Name” python==3.8 or python==3.7.7
    2. conda activate Your_Environment_Name
    3. pip install pip==20.2 
    4. pip install rasa-sdk==2.8.1
    5. pip install rasa==2.8.1
    6. rasa init     follow the instructions
    7. running rasa type rasa shell 
    8. for training the bot rasa train
    9. In new separate terminal for custom action i.e action.py run rasa run actions

Than this:

Install this version rasa-x==0.39.3

pip install rasa-x==0.39.3 --extra-index-url https://pypi.rasa.com/simple

Some know errors:

ImportError: cannot import name ‘RowProxy’ from ‘sqlalchemy.engine’ try running pip install SQLAlchemy==1.3.22 should fix it.)

And, if you get an error not being able to import yaml then run pip install pyyaml.

@jerry Try, I am here for a while :slight_smile:

1 Like