no module named 'scapy' & requirements have not been satisfied properly.....
See original GitHub issueChecklist for submitting an issue to KickThemOut
:
- [check] I have carefully read the README file and haven’t managed to resolve my issue.
- [check] I have searched the issues of this repo and believe that this is not a duplicate.
- [check] I am running the latest version of KickThemOut.
- OS name & version: Linux version 4.15.0-kali2-amd64 (devel@kali.org) (gcc version 7.3.0 (Debian 7.3.0-11)) #1 SMP Debian 4.15.11-1kali1 (2018-03-21)
- Python version: 2.7.14 (i have also 10.6.0)
- Scapy version: I don’t know yet
- Nmap version: 7.70
- Link of Gist:
- Description: when I try: ‘Sudo python3 kickthemout.py’, kali linux says after it: '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’’
P.S.: ‘sudo apt-get install python3-pip and sudo -H pip3 install -r requirements.txt‘ also didn’t worked…
Issue Analytics
- State:
- Created 5 years ago
- Reactions:2
- Comments:16 (3 by maintainers)
Top Results From Across the Web
ImportError: No module named scapy.all - Stack Overflow
After using "yum install scapy". The location is "/usr/lib/python3.6/site-packages/". If using pip3 or building python from source code, it ...
Read more >ModuleNotFoundError: No module name scapy - Medium
After installing scapy, let's check out where it is installed. locate scapy. Mine is installed in home folder. The exact location is ~/.local/ ......
Read more >How to install pip in Python 3 on Kali Linux (Fix ImportError No ...
This video will help you how to install and fix any problem of the pip or python 3 on Kali Linux.First Fix:cd /urs/lib/python2.7python ......
Read more >cannot connect to https url because ssl module is not available
So the issue is caused by Anaconda Python ignoring the system SSL libraries and using its own. The only solution is to use...
Read more >setuptools 3.7.1 - PyPI
ZipFile does not yet have support for context managers. ... Distribute no longer shadows setuptools if we require a 0.7-series setuptools. And an...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
try to sudo apt-get install python3-pip and sudo -H pip3 install -r requirements.txt will be work
Sorry, I didn’t read that you tried. I use Parrot OS and can try write all commands from clean System to working script, if it’s interesting for you.