0
点赞
收藏
分享

微信扫一扫

windows安装w13scan报错解决方法

大漠雪关山月 2022-03-17 阅读 105

1、依赖安装报错

解决方法:把依赖模块版本号去掉逐个安装
asn1crypto
certifi
cffi
chardet
colorama
cowpy
cryptography
cssselect
idna
lxml
pycparser
pyjsparser
pyOpenSSL
PySocks
requests
requests-toolbelt
six
tld
urllib3

pip3 install urllib3 -i https://pypi.tuna.tsinghua.edu.cn/simple




2、python3.10以上误报不支持
解决方法:在w13scan.py文件注释掉python版本检测代码
在这里插入图片描述
在这里插入图片描述

举报

相关推荐

0 条评论