Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Details: No module named 'scapy.config' #349

Closed
dwssef opened this issue Oct 18, 2018 · 11 comments
Closed

Details: No module named 'scapy.config' #349

dwssef opened this issue Oct 18, 2018 · 11 comments
Labels

Comments

@dwssef
Copy link

dwssef commented Oct 18, 2018

How do I figure that out? Thanks for the answer

@dwssef
Copy link
Author

dwssef commented Oct 18, 2018

Linux kali 4.12.0-kali1-amd64 #1 SMP Debian 4.12.6-1kali6 (2017-08-30) x86_64 GNU/Linux

@denningsrogue
Copy link

Same issue here on macOS Mojave 10.14

@denningsrogue
Copy link

Running sudo -H python3 -m pip install -r requirements.txt shows all the requirements satisfied.

@denningsrogue
Copy link

Here is the output:
Requirement already satisfied: scapy-python3 in /Users/me/.pyenv/versions/3.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 1)) (0.26)
Requirement already satisfied: python-nmap in /Users/me/.pyenv/versions/3.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 2)) (0.6.1)
Requirement already satisfied: netifaces in /Users/me/.pyenv/versions/3.7.0/lib/python3.7/site-packages (from -r requirements.txt (line 3)) (0.10.7)

@adamff-dev
Copy link

Try:
sudo apt-get install python3-scapy

@SevenChords
Copy link

the sudo apt-get install python3-scapy gives back an error that the command apt-get cannot be found, running latest version of macos mojave

@adamff-dev
Copy link

Apt-get is for linux @SevenChords

@SevenChords
Copy link

yeah, but denningsrogue and i are both on mac, any idea how we can get our problem fixed?

@adamff-dev
Copy link

brew install libdnet

@SevenChords
Copy link

libdnet is already installed, what i think the problem is that the scapy port for python3 that is used in kickthemout is deprecated as stated by another error i got which says that kamene or mainstream scapy should be used

@k4m4
Copy link
Owner

k4m4 commented Nov 7, 2018

Hey guys. Please try to reinstall KickThemOut and all its dependencies; I have upgraded Scapy to the latest Kamene build which should resolve this dependency error. Please re-open the issue if the problem persists. Thanks!

@k4m4 k4m4 closed this as completed Nov 7, 2018
@k4m4 k4m4 added the question label Nov 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants