Error installing rasa x on server

when i install rasa x for deploying on server using this command: curl -sSL -o install.sh https://storage.googleapis.com/rasa-x-releases/stable/install.sh

sudo bash ./install.sh

i get following error:

Running playbook ERROR! Syntax Error while loading YAML. mapping values are not allowed here

The error appears to be in ‘/var/www/html/chatbot/rasa_x_playbook.yml’: line 57, column 11, but may be elsewhere in the file depending on the exact syntax problem.

The offending line appears to be:

  • name: Create the directory for the database persistence

    file:

^ here

Just open the rasa_x_playbook.yml, and fix the indentation to match the rest of the file. Than comment out the wget for the rasa_x_playbook.yml in the install.sh and run it again.

@mandarsuryavanshi did @tograssm’s suggestion help?