udp-hunter
udp-hunter copied to clipboard
"no module named netaddr"
I have installed netaddr on my machine, but when I run the installation, I get the following ImportError "No module named netaddr"
Any advice?
@k3r0sin3 I have faced same issue while working with other tools, try to install netaddr not just by pip but instead full python command,
python3 -m pip install netaddr
See if it's working after that! [This happens when you manually define the env variable for python from some specific directory but the main installation is somewhere else ]