question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

No module named 'Scapy'

See original GitHub issue

Checklist for submitting an issue to KickThemOut:

  • I have carefully read the README file and haven’t managed to resolve my issue.

  • I have searched the issues of this repo and believe that this is not a duplicate.

  • I am running the latest version of KickThemOut.

  • OS name & version: Kali Linux 32 Bit ver. 2018.1

  • Python version: Python 3.6.5 (default, Apr 12 2018, 22:07:01) | Python 2.7.14+ (default, Apr 2 2018, 04:16:25)

  • Scapy version: scapy-python3 (0.23) | scapy (2.4.0)

  • Nmap version: Nmap 7.70

  • Link of Gist: https://gist.github.com/arayaa/295b4b7149d1f2abb1c2f05bb63e657d

  • Description:

root@arayaa:~/Desktop/kickthemout-master# pip3 install -r requirements.txt**
_Requirement already satisfied: scapy-python3 in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 1))
Requirement already satisfied: python-nmap in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 2))
Requirement already satisfied: netifaces in /usr/local/lib/python3.6/dist-packages (from -r requirements.txt (line 3))_
r**oot@arayaa:~/Desktop/kickthemout-master# 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'_

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:24 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
arayaacommented, Apr 28, 2018

@k4m4 root@arayaa:~Desktop/kickthemout-master# sudo 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’

2reactions
arayaacommented, Apr 16, 2018

yes

Read more comments on GitHub >

github_iconTop Results From Across the Web

ImportError: No module named scapy.all - Stack Overflow
I'm running macOS Sierra and Python 2.7. In my terminal I've installed scapy with:
Read more >
ModuleNotFoundError: No module name scapy - Medium
ModuleNotFoundError: No module named 'scapy'. Let's make sure that scapy is already installed. You can just type in. pip install scapy or, ...
Read more >
ImportError: No module named scapy.all · Issue #111 - GitHub
ImportError: No module named scapy.all. but when I run the from scapy.all import * in python interpreter it is working fine. SYSTEM DETAILS...
Read more >
How to fix "ImportError: No module named scapy.all" - Xmodulo
The import error indicates that you do not have Scapy installed on your Linux system. Here is how to install Scapy on Linux....
Read more >
no module named scapy.all....! scapy module not found..!
In this video we are going to solve the error of no module named scapy.allwatch this video and it definetely work for you...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found