-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Support for Windows Platform #606
Comments
exo is still not supported for native Windows. I got my WSL networking issue working with this: #455 |
Thanks for your advice. But it seems do not work on my windows pc. I have tried this issue, added a .wslconfig, exo run correctly, but only detect one node, my two pc still cannot find each other. They are in same network. |
On Windows, my firewall is currently off. But I didn't have to do anything to get my WSL exo node detected and synced with my Mac node. If this is the issue, you can add rules in your firewall to allow incoming/outgoing connections on ports used by exo. By default, exo uses UDP so you could allow incoming connections on ports 49152 to 65535. You can check for the specific port numbers in exo/main.py, mainly in args, if you don't want to expose all ports (I highly recommend you do this instead of option 1). |
Thanks a lot. |
Yes, my WSL node was able to detect the Mac with no issues. I tested with disconnections and everything as well. I had issues with inference, but I'm still sorting that out as we speak. Can you enable DEBUG=9 and post the logs? |
Yes, i will test again and post the logs later. Thanks |
Hi, thank you for this great project!
I'm interested in running this project on Windows. Currently, I noticed there's no explicit documentation or support for Windows environments. Would it be possible to:
I'd like to ask if there are any solutions for running exo on Windows or WSL.
I've tried all code versions from July until now and reviewed over 300 issues for possible solutions. Unfortunately,
I still haven't managed to get it running successfully on my two Windows machines - I can't even find other nodes except my own.
I would be very grateful if you could provide some optimization solutions for running on Windows.
The text was updated successfully, but these errors were encountered: