You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Windows 10 / Windows Server 2019
Python 3.11 & Python 3.13
Not using WSL, since WSL1 doesn't support GPU.
The issue persists because uvloop officially does not support Windows.
"For Windows users seeking similar functionality, there's an alternative library called Winloop. Winloop is designed to provide uvloop-like performance on Windows systems."
The project fails to install on Windows because it depends on uvloop.
RuntimeError: uvloop does not support Windows at the moment
Removing uvloop manually from setup.py results in other issues instead.
The text was updated successfully, but these errors were encountered: