When I ran the pip
command to install netfilterqueue, I was given the error:
ERROR: Failed building wheel for netfilterqueue
The fix for this was to first run the command:
sudo apt install libnfnetlink-dev libnetfilter-queue-dev
When I ran the pip
command to install netfilterqueue, I was given the error:
ERROR: Failed building wheel for netfilterqueue
The fix for this was to first run the command:
sudo apt install libnfnetlink-dev libnetfilter-queue-dev