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

ERROR: Requirements have not been properly satisfied. #66

Closed
teunvw14 opened this issue Feb 12, 2017 · 2 comments
Closed

ERROR: Requirements have not been properly satisfied. #66

teunvw14 opened this issue Feb 12, 2017 · 2 comments
Assignees

Comments

@teunvw14
Copy link

I'm trying to run the script on a Macbook. Even after trying "sudo pip install -r requirements.txt", it still gives the same error. While installing I did notice that when trying to install scapy it didn't find it:

          brew install scapy

Error: No available formula with the name "scapy"
==> Searching for similarly named formulae...
Error: No similarly named formulae found.
==> Searching taps...
Error: No formulae found in taps.
I hope someone has found a solution.

@caiobep
Copy link

caiobep commented Feb 12, 2017

You actually need to use pip (Python Package Index) to install scapy. try
pip install scapy
couldn't get it to work either, but it's certainly not a problem with scapy 😄

@k4m4
Copy link
Owner

k4m4 commented Feb 14, 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 14, 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

3 participants