bisohns / search-engine-parser

Lightweight package to query popular search engines and scrape for result titles, links and descriptions
https://search-engine-parser.readthedocs.io
459 stars 87 forks source link

event loop is running #144

Closed shantanuo closed 3 years ago

shantanuo commented 3 years ago

Getting this error:

RuntimeError: This event loop is already running

shantanuo commented 3 years ago

The issue was fixed after importing nest_ansyncio module.

!pip install nest_asyncio
import nest_asyncio
nest_asyncio.apply()