udp-hunter icon indicating copy to clipboard operation
udp-hunter copied to clipboard

"no module named netaddr"

Open k3r0sin3 opened this issue 5 years ago • 2 comments

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 avatar Aug 25 '20 15:08 k3r0sin3

@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 ]

m4xx101 avatar Dec 07 '20 14:12 m4xx101