Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running a simple 'rasa train' on a freshly cloned repo gives errors #640

Open
VTSTech opened this issue May 5, 2021 · 2 comments
Open

Comments

@VTSTech
Copy link

VTSTech commented May 5, 2021

Trying to get started with RASA. Thought I'd check out this example. It's not going well.

(venv) C:\Tools\RASA\rasa-demo>rasa --version
Rasa Version      :         2.5.1
Minimum Compatible Version: 2.2.0a1
Rasa SDK Version  :         2.5.0
Rasa X Version    :         None
Python Version    :         3.8.5
Operating System  :         Windows-10-10.0.19041-SP0
Python Path       :         c:\tools\venv\scripts\python.exe
@sara-tagger
Copy link

Thanks for raising this issue, @koaning will get back to you about it soon✨

Please also check out the docs and the forum in case your issue was raised there too 🤗

@anas4u02
Copy link

The stories in data/stories.yml is contradicting with the rules in data/rules.yml file. It happens when you have written different actions or utterances for same intents in the rules or stories. Make sure you have one action for one intent everywhere. Or if you want to run multiple actions for a single intent you can do that by just adding another action below the first action.
eg:

  • intents: greet
  • actions: utter_welcome
  • actions: utter_show_menu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants