D-Star-AI / dsRAG

High-performance retrieval engine for unstructured data
MIT License
1.02k stars 66 forks source link

RuntimeError: uvloop does not support Windows at the moment #61

Open JeyRathnam opened 1 month ago

JeyRathnam commented 1 month ago

Using uv python package manager, it returns error "RuntimeError: uvloop does not support Windows at the moment" Trace: image

morler commented 1 month ago

Under Windows systems, uvloop cannot be used; you can use winloop instead.