Skip to content

[SOLUTIONS] Day 2 uvloop build failed in windows OS

KY Lee ( Ken ) edited this page Aug 16, 2021 · 1 revision

Context

Day 2 : i can't install uvloop on windows OS.

Error raised : RuntimeError: uvloop does not support Windows at the moment

Image

Solutions

Comment out uvloop in requirements.txt, and rerun the installation steps.

Clone this wiki locally