有人用windows+python3.x安装scapy的吗?
python3吧
全部回复
仅看楼主
level 2
try_or_die 楼主
如题,注意是scapy,不是scrapy。我在Windows下用py3安装了scapy,大部分依赖库都解决了,但是libcap这个库缺始终安装不了,官方只有py2.7的支持, 不知道有什么替代的库吗?网上查了一下装了个py3kcap,但是貌似并不解决问题。
就是这个ERROR无法解决。
2017年03月05日 04点03分 1
level 1
在win8和py34中安装scapy-2.3成功,但是运行from scapy.all import *时出错,然而import scapy成功,请问是怎么回事?
2017年04月24日 11点04分 3
你搞定了吗?
2017年12月28日 04点12分
level 1
请问你是怎么安装的?
2017年04月24日 11点04分 4
level 6
windows下安装scapy失败,楼主能说一下怎么装的吗
2017年04月26日 01点04分 5
level 1
win10 python3.5 使用pip3 install scapy-python3 安装,但是在cmd输入scapy时显示
python: can't open file 'D:\Program': [Errno 2] No such file or directory
网上有说是python路径有Program Files,要加引号,加了以后也没有用,
请问楼主有没有遇到这个问题,怎么解决?
2017年09月21日 07点09分 6
level 1
win7 32 python3.4 安装成功
在 cmd 模式下输入
pip3 install scapy-python3
2017年10月12日 10点10分 8
那你在代码中写 from scapy.all import all 会报错吗
2017年10月31日 08点10分
我的环境和你的也是一样的.
2017年10月31日 08点10分
level 6
直接from scapy import *没问题
2017年11月02日 08点11分 9
level 1
楼主你的问题解决了吗
2017年11月07日 06点11分 10
level 9
2017年11月12日 02点11分 11
level 9
我这样子是不是安装成功了
2017年11月12日 02点11分 12
[乖]不要挖坟,楼主装的是scapy不是scrapy,scapy是用来抓包和发包的
2017年11月12日 03点11分
level 1
直接
pip install scapy-python3
2018年02月24日 02点02分 13
6666666
2022年01月22日 07点01分
level 1
win764+python3.6
pip install scapy-python3
pip install li
bp
cap
就是在send的时候 出错 为什么
报错部分如下:
self.iface = create_string_buffer(device.encode('ascii'))
AttributeError: 'NoneType' object has no attribute 'encode'
2018年03月03日 03点03分 14
你的问题解决了吗
2018年03月06日 08点03分
回复
8189938
:我也出现了这个问题
2018年03月06日 08点03分
level 1
'IP' is not defined是什么鬼?
Win7 64位python3
2018年03月17日 12点03分 15
IP没被定义
2018年03月19日 08点03分
level 1
你们在windows下执行scapy 代码慢不慢啊,我的怎么十几秒才有反应啊
2018年07月04日 11点07分 16
1