Prabu
(Prabu)
1
We are using Flask, rasa-core and rasa-nlu. When we run the .py file we are getting the below error. Could you please help us to resolve this issue.
from rasa_core.channels import HttpInputChannel
ImportError: cannot import name ‘HttpInputChannel’
Regards
Prabu R
EPedrotti
(Edoardo Pedrotti)
2
Hi @Prabu,
I think you could try the RestChannel instead. Also have a look at our docs about channels https://rasa.com/docs/core/connectors/#id22
Actually they have made some changes in the latest version.
Use
from rasa_core.channels.channel import RestInput