[已解决]报错This event loop is already running

安装nest_asyncio

pip install nest_asyncio

导入并调用

import nest_asyncio
nest_asyncio.apply()
原文地址:https://www.cnblogs.com/hankleo/p/11419485.html