vibora
vibora copied to clipboard
uvloop not supported on Windows
Describe the bug After getting into #28 , I wanted to start and contributing to the project. So I cloned the git repository and the installation of requirements with pip doesn't work because of the uvloop dependancie not being supported on Windows.
To Reproduce Steps to reproduce the behavior:
- Clone github project on Windows
- pip install -r requirements.txt
- See error
Expected behavior I expected pip to install all the dependancies.
Am I right in saying that #28 and #29 mean Windows is currently not supported?
Yes I guess we can make that statement at the moment
https://github.com/vibora-io/vibora/issues/38#issuecomment-399143530 mentions a fix for Windows coming on 22/6, so hopefully this will be resolved in the near future!
Why not make uvloop optional? (especially with asyncio being quite a bit faster in Python 3.7)
Does someone has a solution? i get the same error like in #38
Any update on this? I really want to try out Vibora but I have a Windows environment.
What is your error?
the same importerror on signal. Assuming that master already has this fix, how can I use the master branch in pip?
Clone it. Build it, install it.
Did you try to use a docker image?