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

Installing requirements error on OS X #63

Closed
9arenam opened this issue Feb 6, 2017 · 3 comments
Closed

Installing requirements error on OS X #63

9arenam opened this issue Feb 6, 2017 · 3 comments
Assignees

Comments

@9arenam
Copy link

9arenam commented Feb 6, 2017

After running "python kickthemout.py", I get this error:
ERROR: Requirements have not been properly satisfied. Please try running:
$ sudo pip install -r requirements.txt
I've done this and it gives me this error:
Requirement already satisfied: scapy in /anaconda/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Is kickthemout not recognizing that I already have installed scapy?

@heeem321
Copy link

heeem321 commented Feb 6, 2017

soo from what i saw up until now you have to not install scapy through pip but rather install scapy through home brew, which also does not seem to work at least for me, i get this message that says the formula does not exist.

in my case what happened was that i installed scapy through the requirements.txt file the other stuff through homebrew but after all that is done i get a network error.// this i got fixed by following this
Issue

but i was later confronted with yet another problem which is the 0 host's problem i'm still trying to figure this one out.

@steel99xl
Copy link

steel99xl commented Feb 6, 2017

try what is discussed in the link
I had the same problem

#57

@k4m4 k4m4 self-assigned this Feb 6, 2017
@k4m4 k4m4 added the duplicate label Feb 6, 2017
@k4m4
Copy link
Owner

k4m4 commented Feb 6, 2017

Hi there. Check out the following issues: #13, #7 & #10. Please let me know if this resolves your issue. Thanks.

@k4m4 k4m4 closed this as completed Feb 6, 2017
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