天子方辰
天子方辰
Work around: https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/11578#issuecomment-1628075572
For xformers, someone build a wheel for cu128: https://huggingface.co/ChoIntelligence/xformers-windows-cp310-cu128/tree/main download the wheel install it to the venv by pip install PATH\TO\WHEEL Then it works!
``` if __name__ == "__main__": sync(asyncio.gather(*[roomInfos[room_id]['live_danmaku'].connect() for room_id in ROOM_IDS], refresh_credentials_loop(credential_dict=credential_dict, database=mydb) )) ``` 其中roomInfos[room_id]['live_danmaku'] 是一个LiveDanmaku类
报错信息为: ``` Traceback (most recent call last): File "/home/ubuntu/BiliLiveManager/test/lib/python3.11/site-packages/bilibili_api/utils/sync.py", line 22, in sync asyncio.get_running_loop() RuntimeError: no running event loop During handling of the above exception, another exception occurred: Traceback (most...