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