question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

KickThemOut Error: Details: No module named request

See original GitHub issue

Checklist 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.

  • 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 command python kickthemout.py. It resulted in the following error 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

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:closed
  • Created 6 years ago
  • Comments:5

github_iconTop GitHub Comments

3reactions
ghostcommented, Feb 26, 2018

I updated my system to fix.

0reactions
ghostcommented, Feb 26, 2018

Finally, it worked!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found