-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any Device support broken for Windows #635
Comments
Please state your Windows and Python version. Are you using WSL? |
Tried on: Windows 10 / Windows Server 2019 "For Windows users seeking similar functionality, there's an alternative library called Winloop. Winloop is designed to provide uvloop-like performance on Windows systems." |
WSL2 should work. trypromptly/LLMStack#70 |
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? |
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: