k4m4 / kickthemout

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

No module named Scapy and Dependencies error #314

Closed ahmedalisha closed 6 years ago

ahmedalisha commented 6 years ago

Checklist for submitting an issue to KickThemOut:

- **OS name & version**:
- **Description**:
k4m4 commented 6 years ago

Hi there. Please try the suggestions on #251 and #252. Thanks.

Whitty8135 commented 6 years ago

251 and 252 didnt work

k4m4 commented 6 years ago

Hi again. So, what did you try running?

TeslaSSTec commented 6 years ago

to solve problem with scapy try to sudo apt-get install python3-pip and sudo -H pip3 install -r requirements.txt

rifkyjogos commented 6 years ago

root@localhost:~/kickthemout# python3 kickthemout.py

ERROR: Requirements have not been satisfied properly. Please look at the README file for configuration instructions.

If you still cannot resolve this error, please submit an issue here: https://github.com/k4m4/kickthemout/issues

Details: No module named 'scapy' root@localhost:~/kickthemout# -H pip3 install -r requirements.txt bash: -H: command not found

i don't know, bout this...

rifkyjogos commented 6 years ago

root@localhost:~/kickthemout# apt-get install python3-pip Reading package lists... Done Building dependency tree Reading state information... Done python3-pip is already the newest version (9.0.1-2.3~ubuntu1). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded

k4m4 commented 6 years ago

Hi there @rifkyjogos. If you're still experiencing this, please open a new issue. Thanks! Closing due to inactivity.