python scapy.all file not found
问题 I have tried to run my program, and I have tried import scapy then import scapy.all but is will give me the same error. I am using kali-linux if that helps. The code that is causing the error is just from scapy.all import * This is the full error output: Traceback (most recent call last): File "/home/bradz/test.py", line 24, in <module> from scapy.all import send, IP, TCP, ARP File "/usr/local/lib/python3.9/dist-packages/scapy/all.py", line 16, in <module> from scapy.arch import * File "/usr