We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c770dc commit aee115eCopy full SHA for aee115e
setup.py
@@ -5,7 +5,7 @@
5
raise RuntimeError('uvloop requires Python 3.8 or greater')
6
7
if sys.platform in ('win32', 'cygwin', 'cli'):
8
- raise RuntimeError('uvloop does not support Windows at the moment')
+ raise RuntimeError('uvloop does not support Windows at the moment, try installing winloop instead')
9
10
import os
11
import os.path
0 commit comments