ThoughtfulDev / EagleEye

Stalk your Friends. Find their Instagram, FB and Twitter Profiles using Image Recognition and Reverse Image Search.
Do What The F*ck You Want To Public License
4.18k stars 559 forks source link

EagleEye Traceback (most recent call last): #85

Closed malefoy closed 4 years ago

malefoy commented 4 years ago

hello i have a problem in my mac os, when i want to run eagleeye from alias or any directory for example : "python3 /usr/local/Cellar/EagleEye/eagle-eye.py" it gives me this message : Traceback (most recent call last): File "/usr/local/Cellar/EagleEye/eagle-eye.py", line 9, in import utils.config as cfg File "/usr/local/Cellar/EagleEye/utils/config.py", line 7, in with open('./config.json') as json_data: FileNotFoundError: [Errno 2] No such file or directory: './config.json' please help me

ThoughtfulDev commented 4 years ago

I only tried using it on Linux but you error refers to your current working directory not being the EagleEye directory so we cannot find config.json Try cd into the EagleEye directory then try again.