Skip to content

Commit

Permalink
Redirect windows users to winloop
Browse files Browse the repository at this point in the history
  • Loading branch information
Vizonex authored May 19, 2024
1 parent 6c770dc commit aee115e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aee115e

Please sign in to comment.