k4m4 / kickthemout

💤 Kick devices off your network by performing an ARP Spoof attack.
https://nikolaskama.me/kickthemoutproject
MIT License
2.52k stars 440 forks source link

No module named 'nmap' #483

Open samarth-23 opened 3 years ago

samarth-23 commented 3 years ago

No module named 'nmap'

jacks0n9 commented 3 years ago

I had this problem. Just create a virtual enviroment. Type: pip3 install virtualenv Cd into the folder of the repo. Type: virtualenv venv Type:source venv/bin/activate Than install from requirements.txt. Hope that helped! Ps if you're using a shell like fish or something, type activate.fish instead of activate.

OrFrederick commented 2 years ago

nmap is one of the dependencies, to install it on e.g. Ubuntu just use sudo apt-get install nmap. After installing it, the error shouldn't come up again.