-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Comments
How are you running it? |
I have this same error as well im using windows 10 |
found the issue gotta do "pip install tld requests" |
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 : |
Suggest to close this issue. As improvement maybe add a section close to the docker usage section explaining the basic native python use? |
Hello There,
Can you help me with this error which i got while launching search after fresh installation
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,
The text was updated successfully, but these errors were encountered: