Skip to content
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

Does not work with windows #13

Closed
samuelwalkerAT opened this issue Mar 11, 2024 · 2 comments
Closed

Does not work with windows #13

samuelwalkerAT opened this issue Mar 11, 2024 · 2 comments
Labels
duplicate This issue or pull request already exists enhancement New feature or request

Comments

@samuelwalkerAT
Copy link

I encountered this error while trying to install, readme claims it runs on windows

 RuntimeError: uvloop does not support Windows at the moment

uvloop #536 its an open issue with adding windows 10 support
@Vizonex said

@ystekno Unfortunately uvloop doesn't support Windows because of how Unix heavy the code is including epolls and forking (Things in which windows cannot do). But here's the good news. I'm working on another library called Winloop that uses uvloop's functionality (Almost identical) but it replaces a lot of Unix things with windows APIS. A sperate library may be necessary because I didn't want there to be compiling issues with this library. I even went as far as creating my own socketpair function. My Only Question about my project Winloop will be licensing (I'll upload the code once I have licensing settled with the library maintainers here). But beyond those concerns you'll just have to be patient. I didn't ever bring it up yet here because I didn't want to be ridiculed for my ideas.

is this something that can be added?

@walywalid
Copy link

this is meant only for macOS , for windows go to https://github.com/microsoft/UFO.

But join the dark side and get a unix based system, or better Linux

@hccngu
Copy link
Collaborator

hccngu commented Mar 31, 2024

Currently, FRIDAY only supports Linux and MacOS, and we are working hard to make it run smoothly on Windows as well~

@hccngu hccngu closed this as completed Mar 31, 2024
@heroding77 heroding77 added duplicate This issue or pull request already exists enhancement New feature or request labels May 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants