This event loop is already running

Getting below runtime error when I try to run my first RASA app. Please help me to fix this asap

File “C:\Users\UserName\AppData\Local\Programs\Python\Python36\lib\asyncio\base_events.py”, line 425, in run_forever raise RuntimeError(‘This event loop is already running’) RuntimeError: This event loop is already running

Try the solution in this thread