Cannot import name 'ConsoleInputChannel'

Hello,

I cannot import ConsoleInputChannel.

depending on the version you are using but in the latest version, starting core 0.11, it has been deprecated

python -m rasa_core.run -d models/dialogue -u models/current/nlu

you can try this command or

python -m rasa_core.run -d models/dialogue -u models/current/nlu -c cmdline

Thank you very much Souvikg

Hey can you help me out with the same? Even i am facing the same issue.