‘rasa init’ command not found what’s the reason?
What installation method are you using? Local install via pip or docker-compose?
Via pip
Please paste the results from these commands:
python --vesion
pip list | grep rasa
rasa --version
I tried these command in terminal and it showed like this
python --version
Python 3.9.0
pip list | grep rasa
rasa 0.0.5
when I tried
rasa --version
command not found. I don’t have any idea. is rasa not working with python 3.9 ?
Make sure you are using Python 3.6.x to 3.8.x, and NOT 3.9.
Hi ! Has your problem been resolved yet ?
I am facing the same issue.
I installed rasa by creating a virtual env from command prompt. As I can see it’s installed in C:\rasa
I tried adding the path to environment variable too. But under C:\Users\yme626\AppData\Roaming\Python\Python37\Scripts ( I didn’t find rasa.exe)
Can you guys help ? P.S. I installed lib and rasa by running cmd as admin