Have anaconda3 installed. finished: pip install rasa but when I try to run rasa, got error: $ rasa init -bash: rasa: command not found
Can you help me with this? Thanks.
Have anaconda3 installed. finished: pip install rasa but when I try to run rasa, got error: $ rasa init -bash: rasa: command not found
Can you help me with this? Thanks.
Same Problem here, anybody have resolve this?
In Ubuntu with python 3.6.4 run this so far:
pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
pip3 install rasa[spacy] python3 -m spacy download en_core_web_md python3 -m spacy link en_core_web_md en
when trying to run rasa init, get rasa: command not found
I have the same problem. I followed these instructions: Installation
I think I may have fixed it. I did this command:
pip install --ignore-installed rasa
i also had same issue and tried with the above options but both were not working.can someone help me with this?
Hi @suneelc12
have you checked if rasa is included in your path? Have you tried using:
python -m rasa ...
Regards