Rasa Beginner Help!

Hi All,

I am a starter with Rasa framework. I installed as instructed over Rasa Tutorial, but unable to create the first project. Error Message: rasa: command not found

I have installed rasa-x without any issue. pip install rasa-x --extra-index-url https://pypi.rasa.com/simple pip install rasa[spacy] python -m spacy download en_core_web_md python -m spacy link en_core_web_md en

Regards, Utkarsh

Hi @utkarsh0208

what is the output of:

pip show rasa

? Obviously, there is something wrong with the entry point for rasa.

Regards

Thanks Julian for the response. It started working after I restarted my PC.

Regards, Utkarsh

1 Like