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

Error Message while launching search after fresh installation #168

Open
krish2001na opened this issue Sep 5, 2020 · 5 comments
Open

Error Message while launching search after fresh installation #168

krish2001na opened this issue Sep 5, 2020 · 5 comments

Comments

@krish2001na
Copy link

Hello There,
Can you help me with this error which i got while launching search after fresh installation
image

also in text form below
____ __ __
/ __ / /_ ____ / /_____ ____
/ // / __ / __ / __/ __ / __ \
/ / / / / // / // // / / / /
/
/ /
/ //_/_/_// // v1.3.2

Traceback (most recent call last):
File "photon.py", line 39, in
from core.utils import (luhn,
File "/root/Photon/core/utils.py", line 7, in
import tld
ModuleNotFoundError: No module named 'tld'
Please help ASAP to enable me to use this wornderful program.
Thank you,

@akashkj
Copy link

akashkj commented Sep 30, 2020

How are you running it?

@ServerHelp
Copy link

I have this same error as well im using windows 10

@ServerHelp
Copy link

found the issue gotta do "pip install tld requests"

@Ayowel
Copy link

Ayowel commented Dec 19, 2020

To avoid issues later and in other python projects, try to look at the requirements.txt file - it lists all required python libraries and can be used like this : pip install -r requirements.txt to install them

@sthagen
Copy link

sthagen commented Jan 2, 2021

Suggest to close this issue. As improvement maybe add a section close to the docker usage section explaining the basic native python use?

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

5 participants