RasaHQ / rasa-demo

:tiger: Sara - the Rasa Demo Bot: An example of a contextual AI assistant built with the open source Rasa Stack
GNU General Public License v3.0
950 stars 791 forks source link

rasa init NO response #731

Closed hjing100 closed 17 hours ago

hjing100 commented 7 months ago

python=3.9 rasa=3.2.1 rasa init No response

trammell commented 7 months ago

Unable to reproduce, here's what I see (MacOS, Intel):

mkdir foo
cd foo
python3.9 -m venv venv
source ./venv/bin/activate
pip install rasa==3.2.1 websockets==10.4
rasa init

...

>>> Welcome to Rasa!

My recommendation would be to use a more recent Rasa open source version, what's so special about v3.2.1?