RuntimeError: This event loop is already running”问题解决

1.问题描述

在spyder中使用asyncio就会报着个错

2.解决

添加:

import nest_asyncio
nest_asyncio.apply()

 

posted @ 2023-04-02 14:44  朱小勇  阅读(255)  评论(0编辑  收藏  举报