Closed shantanuo closed 3 years ago
Getting this error:
RuntimeError: This event loop is already running
The issue was fixed after importing nest_ansyncio module.
!pip install nest_asyncio import nest_asyncio nest_asyncio.apply()
Getting this error:
RuntimeError: This event loop is already running