Rasa rest input channel

Hello, I want to run rasa on a UI. I figured out that rasa rest input channel needs to be activated for that. So, i ran the command: python -m rasa_core.run -d models/dialogue -u models/nlu/current
–port 5002 --credentials credentials.yml

and then as rasa_core wasn’t installed, i ran pip install rasa_core. But it shows environment error.

I am using rasa 1.6.0 tensorflow 1.15.0 on cpu

Hi @RohanJauhari, it appears you’re using an old package of our framework, rasa_core. The newer version is just called rasa, it contains both Rasa Core and Rasa NLU.

Try running instead: pip install rasa.