s0md3v / Photon

Incredibly fast crawler designed for OSINT.
GNU General Public License v3.0
10.91k stars 1.49k forks source link

Error Message while launching search after fresh installation #168

Open krish2001na opened 4 years ago

krish2001na commented 4 years ago

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 commented 3 years ago

How are you running it?

ServerHelp commented 3 years ago

I have this same error as well im using windows 10

ServerHelp commented 3 years ago

found the issue gotta do "pip install tld requests"

Ayowel commented 3 years ago

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 commented 3 years ago

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