Hello People,
I was following the manual installing tutorial
I did the following steps:
python3 -m venv --system-site-packages ./venv
source ./venv/bin/activate
pip3 install rasa-x --extra-index-url https://pypi.rasa.com/simple
However when I tried to run rasa init --no-prompt
, it reports the following error:
Traceback (most recent call last):
File "/Users/xxxxx/Rasa/rasa-nlu-demo/venv/bin/rasa", line 6, in <module>
from rasa.__main__ import main
ModuleNotFoundError: No module named 'rasa'
Can anyone help me? Thanks in advance!