My scapy is not working at all. I don't know what the problem. I already install "pip install scapy" but it still persists in not working. I install the scapy in my pyserver/venv/Scripts. Im using windows for my laptop.
from scapy.all import *
ip = IP()
ip.show()
Error:
Traceback (most recent call last):
File "c:\Users\1luki\pyserver\scapy.py", line 1, in <module>
from scapy.all import *
File "c:\Users\1luki\pyserver\scapy.py", line 1, in <module>
from scapy.all import *
ModuleNotFoundError: No module named 'scapy.all'; 'scapy' is not a package