Building-a-Conversational-Chatbot-for-Slack-using-Rasa-and-Python icon indicating copy to clipboard operation
Building-a-Conversational-Chatbot-for-Slack-using-Rasa-and-Python copied to clipboard

A guide to creating a chatbot with Rasa stack and Python and deploying it on Slack

Results 2 Building-a-Conversational-Chatbot-for-Slack-using-Rasa-and-Python issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "run_app.py", line 1, in from rasa_core.channels.slack import SlackInput File "/usr/local/lib/python3.5/dist-packages/rasa_core/channels/__init__.py", line 17, in from rasa_core.channels.console import CmdlineInput # nopep8 File "/usr/local/lib/python3.5/dist-packages/rasa_core/channels/console.py", line 2, in...

**ImportError: cannot import name '_BACKEND'** This is the error when using: agent = Agent('domain.yml', policies=[MemoizationPolicy(), KerasPolicy(), fallback]) I am running the files on colab so Latest versions of Tensorflow(Version 1.8.0)...