weather-bot icon indicating copy to clipboard operation
weather-bot copied to clipboard

weather-bot does not work with the latest Rasa

Open jmedlen opened this issue 7 years ago • 2 comments

Hi Martin,

weather-bot does not work with the latest Rasa #from rasa_core.channels.console import ConsoleInputChannel was removed

Could you please modify the code?

Thank you, -Jiri-

jmedlen avatar Nov 01 '18 00:11 jmedlen

if you guys could provide a requirements.txt file we could easily get around this by using a python virtual environment.

thanks

lainglo avatar Nov 07 '18 21:11 lainglo

if you are connecting to Chat platforms refer to the documentation: https://rasa.com/docs/core/connectors/#rocketchat-connector

else:

from rasa_core.run import serve_application
rasa_core.run.serve_application(agent ,channel='cmdline')

lizhi1989 avatar Dec 20 '18 10:12 lizhi1989