October 26, 2020 at 7:03 pm
#47441
Diego Pérez
Moderator
Hi!
You have installed a wrong scapy version, run the these commands:
pip3 unistall scapy
pip3 unistall scapy-pyhton3
pip unistall scapy
pip unistall scapy-pyhton3
pip install scapy
pip3 install scapy
Let me know how it goes!
Diego