THUDM / WebGLM

WebGLM: An Efficient Web-enhanced Question Answering System (KDD 2023)
Apache License 2.0
1.57k stars 135 forks source link

get_child_watcher raise NotImplementedError #10

Open xjq284 opened 1 year ago

xjq284 commented 1 year ago

python web_demo.py -d "mps"

python3.10/asyncio/events.py", line 788, in get_child_watcher return get_event_loop_policy().get_child_watcher() File "/Users/xjq284/miniconda3/lib/python3.10/asyncio/events.py", line 616, in get_child_watcher raise NotImplementedError

neverstoplearn commented 1 year ago

python web_demo.py -d "mps"

python3.10/asyncio/events.py", line 788, in get_child_watcher return get_event_loop_policy().get_child_watcher() File "/Users/xjq284/miniconda3/lib/python3.10/asyncio/events.py", line 616, in get_child_watcher raise NotImplementedError

请问你解决了吗