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

network error when running kickthemout.py #48

Closed
dvvedz opened this issue Jan 25, 2017 · 9 comments
Closed

network error when running kickthemout.py #48

dvvedz opened this issue Jan 25, 2017 · 9 comments
Assignees

Comments

@dvvedz
Copy link

dvvedz commented Jan 25, 2017

Hi, as you can see from the title i having problems running the program.
im getting this error: ERROR: Network scanning failed. Please check your requirements configuration.
i have installed everything. I did install scapy with this command: sudo easy_install scapy can this be the problem?
im on mac os.

Thanks in advanced.

@xdavidhu
Copy link
Collaborator

Hey, have you installed libdnet/pcapy?

Try running KickThemOut after these commands:

sudo pip install pcapy

brew install libdnet scapy

sudo pip install -r requirements.txt

@dvvedz
Copy link
Author

dvvedz commented Jan 26, 2017 via email

@xdavidhu
Copy link
Collaborator

Try updating brew, and try again:

brew doctor
brew update
brew install libdnet scapy

@dvvedz
Copy link
Author

dvvedz commented Jan 26, 2017 via email

@k4m4 k4m4 added the question label Jan 26, 2017
@Dedados
Copy link

Dedados commented Feb 6, 2017

I have the exact same issue! I get the same error when trying to $ brew install scapy. Both pcapy and libdnet have been installed though. Whenever I run the program I get the same ERROR: network scanning failed...

I ran brew doctor and had similar issues to yours, I fixed all I could apart from this one:

Warning: Python is installed at /Library/Frameworks/Python.framework

Homebrew only supports building against the System-provided Python or a
brewed Python. In particular, Pythons installed to /Library can interfere
with other software installs.

@Dedados
Copy link

Dedados commented Feb 6, 2017

This worked for me:

#54

@k4m4 k4m4 added the duplicate label Feb 6, 2017
@k4m4
Copy link
Owner

k4m4 commented Feb 6, 2017

Glad to hear that @Dedados. Head over to Issue #54 for the solution to this issue. Thanks. @dvvedz

@k4m4 k4m4 closed this as completed Feb 6, 2017
@Dedados
Copy link

Dedados commented Feb 6, 2017

I think you mean issue 54?

@k4m4
Copy link
Owner

k4m4 commented Feb 6, 2017

Yes. That is correct. @Dedados (typo.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants