When I try to install scapy on a Mac, I get this error:
Collecting scapy Downloading scapy-2.3.1.zip (1.1MB) 100% |ββββββββββββββββββββββββββββββββ| 1.1MB 436kB/s Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 20, in <module> File "/private/tmp/pip-build-f7vu4fsp/scapy/setup.py", line 35 os.chmod(fname,0755) ^ SyntaxError: invalid token ---------------------------------------- Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-f7vu4fsp/scapy
I tried using pip install scapy and pip3 install scapy .
source share