D-Star-AI / dsRAG

High-performance retrieval engine for unstructured data
MIT License
845 stars 58 forks source link

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

Open JeyRathnam opened 2 weeks ago

JeyRathnam commented 2 weeks ago

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

morler commented 2 weeks ago

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