RuntimeError: this event loop is already running

@ml2021 Hi, can you share the rasa --version?

OR

Try install these:

pip install google-auth==1.10.1
pip install prompt-toolkit==2.0.10 
pip install questionary==1.4.0 
pip install SQLAlchemy==1.3.12 
pip install urllib3==1.25.7

try solve the other related dependence whilst installing these packages.

1 Like