Error : This event loop is already running

I had “loop” issue when I run shell. I solved it by installing of next packages:

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

Could you check it too?

10 Likes