FeeiCN / ESD

Enumeration sub domains(枚举子域名)
https://yuque.com/esd
GNU General Public License v3.0
1.05k stars 162 forks source link

环境要求? #84

Closed chaozai1028l closed 3 years ago

chaozai1028l commented 5 years ago

目前,uvloop不支持Windows系统和Python 3.5 及其以上版本,这在它源码的setup.py文件中可以看到:

if sys.platform in ('win32', 'cygwin', 'cli'): raise RuntimeError('uvloop does not support Windows at the moment')

vi = sys.version_info if vi < (3, 5): raise RuntimeError('uvloop requires Python 3.5 or greater') 所以,使用Windows的小猿们要运行异步爬虫,就要把uvloop那两行注释掉哦。

安装esd过程中出现 uvloop报错, 有么有更好的解决方法

FeeiCN commented 3 years ago

目前不支持windows