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

ModuleNotFoundError errors #53

Closed
prasannabalaji08 opened this issue Jun 3, 2019 · 6 comments
Closed

ModuleNotFoundError errors #53

prasannabalaji08 opened this issue Jun 3, 2019 · 6 comments

Comments

@prasannabalaji08
Copy link

root@kali:~/QRLJacking/QRLJacker# python3 QrlJacker.py
Traceback (most recent call last):
File "QrlJacker.py", line 4, in
from core import Cli,utils,Settings,db
File "/root/QRLJacking/QRLJacker/core/Cli.py", line 4, in
import os,sys,time,random,traceback,json,argparse,readline
ModuleNotFoundError: No module named 'readline'

@junmo2
Copy link

junmo2 commented Jun 12, 2019

Run 'pip install readline' please. You don't have the module named 'readline'.

@D4Vinci
Copy link
Collaborator

D4Vinci commented Jun 17, 2019

You installed the requirements using python 3 not python 3.7, so use python3.7 -m pip to install the requirements with python 3.7

@D4Vinci D4Vinci closed this as completed Jun 17, 2019
@D4Vinci D4Vinci changed the title qrl jacking is not openning ModuleNotFoundError errors Jun 17, 2019
@TomerGamerTV
Copy link

can you show the command on how to install it?

@praveenbutowski
Copy link

im trying to run qrljacker but it throws this error

ModuleNotFoundError: No module named 'user_agent'

@host2india
Copy link

im trying to run qrljacker but it throws this error

ModuleNotFoundError: No module named 'user_agent'

Same error to me as well

@mrezzaaa
Copy link

im trying to run qrljacker but it throws this error
ModuleNotFoundError: No module named 'user_agent'

Same error to me as well

run this command on your terminal

python3 -m pip install -r requirements.txt

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

7 participants