Having trouble installing Scapy and it\'s required dependancies. I have spent some time Googling for a solution but all \'solutions\' seem to affect older versions of Python
In OSX El Capitan, what worked for me was to force pip to reinstall pcapy using sudo: sudo pip install --user pcapy -I
sudo pip install --user pcapy -I