Run rasa without venv

Hi all,

I need run rasa without venv.

Run as service is one case to do that but i thing it’s not good at all.

Thanks.

You can still run Rasa without venv.

Just don’t create a venv and jump to the next step, directly do a PIP install.

1 Like

Hi @ChrisRahme ,

I have done install rasa. But when i init, its not work.

Rasa package still at site-packages…

Pls let me know

Thank

This is weird. I’ve never seen those errors. Are you sure Rasa installed correctly?

python3 -m pip install rasa --use-deprecated=legacy-resolver
python3 -m pip install rasa[full]
python3 -m rasa init
1 Like

It’s working for me now.

Thanks

1 Like