-
Notifications
You must be signed in to change notification settings - Fork 834
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
Error on Windows 11: "NotImplementedError" in asyncio #184
Comments
NotImplementedError
in asyncio
Same issue here. Seems like |
Native windows support seems blocked by this, and possibly other stuff as it's untested. If you would like to work on this, I've added a $200 bounty to fix it: #186 |
Currently testing on WSL under Ubuntu with Miniconda. Able to download llama3 70B model |
I made changes in main.py file, and now its working for windows as well. But I get following error: |
I have the same error on my Windows 10 boxes while on my Ubuntu 22.04 box it runs from the first time.
|
what version of Python are you running? |
(exo) C:\Dev\exo>python --version |
I'm trying to run the project on Windows 11, but I encounter the following error:
It seems like
loop.add_signal_handler
is not supported on Windows. Is there a known workaround for this, or is native Windows support planned?I can provide more info on request
Thank you!
The text was updated successfully, but these errors were encountered: