KickThemOut Error: Details: No module named request
See original GitHub issueChecklist for submitting an issue to KickThemOut
:
- I have carefully read the README file and haven’t managed to resolve my issue.
- I have searched the issues of this repo and believe that this is not a duplicate.
- I am running the latest version of KickThemOut.
- OS name & version: Kali Linux 2018.1
- Python version: Python 3 Version: Python 3.6.4+ ; Python 2 (regular) Version: Python 2.7.14+
- Scapy version: Scapy 3.0.0
- Nmap version: Nmap 7.60
- Link of Gist: https://gist.github.com/razercortex101/247cd1521194f274d9c5ef1f98c1cb90
- Description: I successfully cloned the kickthemout GitHub content via git and then I attempted to run the .py file via python3 using the command
python3 kickthemout.py
. It hanged and then I tried to instead use python2 via the commandpython kickthemout.py
. It resulted in the following errorERROR: 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
Here is the rest of the output Details: No module named request
. I have already ran pip install request
. I am also running these commands as the root user.
Issue Analytics
- State:
- Created 6 years ago
- Comments:5
Top Results From Across the Web
No module named request · Issue #454 · k4m4/kickthemout
I have done with the requirements and now the error displays as "Details: No module named request". run it with python3 kickthemout.py ...
Read more >python - ImportError: No module named requests
Requests is not a built in module (does not come with the default python installation), so you will have to install it: OSX/Linux....
Read more >cannot connect to https url because ssl module is not ...
The problem is that Anaconda Python ships with its own SSL libraries and does not use ... k4m4/kickthemoutNo module named Scapy and Dependencies...
Read more >[Fixed] ModuleNotFoundError: No module named 'requests'
Quick Fix: Python raises the ImportError: No module named 'requests' when it cannot find the library requests . The most frequent source of...
Read more >No module named 'requests' in Python 3 | CyberITHub
Are you trying to run python program and getting "ModuleNotFoundError: No module named 'requests" error ? Do you want to Know how to...
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
I updated my system to fix.
Finally, it worked!