From aee115ea79697493d9b87c0a7916b79a01996ddd Mon Sep 17 00:00:00 2001 From: Vizonex <114684698+Vizonex@users.noreply.github.com> Date: Sun, 19 May 2024 13:47:22 -0500 Subject: [PATCH] Redirect windows users to winloop --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ba15af50..dbdfbe7d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ raise RuntimeError('uvloop requires Python 3.8 or greater') if sys.platform in ('win32', 'cygwin', 'cli'): - raise RuntimeError('uvloop does not support Windows at the moment') + raise RuntimeError('uvloop does not support Windows at the moment, try installing winloop instead') import os import os.path