exo icon indicating copy to clipboard operation
exo copied to clipboard

Any Device support broken for Windows

Open znzac opened this issue 10 months ago • 2 comments

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.

znzac avatar Jan 26 '25 15:01 znzac

Tried on:

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."

znzac avatar Jan 29 '25 07:01 znzac

Please I need a littile bit of help. I am trying to run exo on WSL as well. when i run just the exo command it shows me available commands. but when I try to run the command "exo run llama-3.2-3b" I get "error: unknown command "run" for "exo"

Did you mean this? runstatus" error. Please help.

Fahad16301139 avatar Feb 06 '25 03:02 Fahad16301139