In OSX Catalina, trackerjacker will fail to run because of a problem with scapy: ``` netif = rt[4 + mtu_present + prio_present + refs_present + locked] ``` Fix this by upgrading your scapy to the latest version: ``` pip3 install scapy --upgrade ```