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

shows error even with dependency installed #21

Closed
prbhtkumr opened this issue Jul 10, 2020 · 6 comments
Closed

shows error even with dependency installed #21

prbhtkumr opened this issue Jul 10, 2020 · 6 comments

Comments

@prbhtkumr
Copy link

$sudo ./finalrecon.py


[+] Checking Dependencies...

[-] tldextract is not Installed!
[-] icmplib is not Installed! 


$pip3 install tldextract icmplib


Requirement already satisfied: tldextract in /home/user/.local/lib/python3.8/site-packages (2.2.2)
Requirement already satisfied: icmplib in /home/user/.local/lib/python3.8/site-packages (1.1)
Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from tldextract) (46.1.3)
Requirement already satisfied: requests-file>=1.4 in /usr/lib/python3/dist-packages (from tldextract) (1.5.1)
Requirement already satisfied: idna in /usr/lib/python3/dist-packages (from tldextract) (2.9)
Requirement already satisfied: requests>=2.1.0 in /usr/lib/python3/dist-packages (from tldextract) (2.23.0)

@thewhiteh4t
Copy link
Owner

share output of python3 --version and try executing python3 finalrecon.py

@prbhtkumr
Copy link
Author

$python3 --version

Python 3.8.3

$sudo python3 finalrecon.py


[+] Checking Dependencies...

[-] tldextract is not Installed!
[-] icmplib is not Installed!

[-] Please Execute pip3 install -r requirements.txt to Install Missing Packages

@thewhiteh4t
Copy link
Owner

hmmmmm strange, what is the output of pip3 --version

@thewhiteh4t
Copy link
Owner

another thing, did you execute pip3 install -r requirements.txt or sudo pip3 install -r requirements.txt ?

@prbhtkumr
Copy link
Author

another thing, did you execute pip3 install -r requirements.txt or sudo pip3 install -r requirements.txt ?

tried executing with a sudo works fine now

@thewhiteh4t
Copy link
Owner

@01010000-kumar cool, thanks, I will update the install instructions and include sudo in pip command

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants