N0rz3/Eyes

Problem

Closed this issue · 4 comments

After running python eyes.py (email) I get this error message. What can it depend on?

sh: 1: title: not found
Traceback (most recent call last):
File "/home//Eyes/eyes.py", line 8, in
import asyncio ;from lib.cli import parser; asyncio.run(parser())
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/
/Eyes/lib/cli.py", line 3, in
from output import eyes_output
File "/home/*****/Eyes/output.py", line 1, in
from modules.email_modules import duolingo, gravatar, imgur, protonmail, bitmoji, x, github, mailru, pastebin
File "/home//Eyes/modules/email_modules/github.py", line 6, in
from lib.image import get_hashed, fetch_img
File "/home/
/Eyes/lib/image.py", line 3, in
import imagehash
ModuleNotFoundError: No module named 'imagehash'

N0rz3 commented

mb, i forgot the "imagehash" module in the requirements please manually install the imagehash module

with this command: pip install imagehash

Thank you for your reply! I installed imagehash, but same problem after doing python3 eyes.py -h (Working with a Kali):

sh: 1: title: not found
Traceback (most recent call last):
File "/home//Eyes/eyes.py", line 8, in
import asyncio ;from lib.cli import parser; asyncio.run(parser())
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/
/Eyes/lib/cli.py", line 3, in
from output import eyes_output
File "/home//Eyes/output.py", line 1, in
from modules.email_modules import duolingo, gravatar, imgur, protonmail, bitmoji, x, github, mailru, pastebin
File "/home/
/Eyes/modules/email_modules/pastebin.py", line 4, in
from ScrapeSearchEngine.SearchEngine import Google
ModuleNotFoundError: No module named 'ScrapeSearchEngine'

N0rz3 commented

I really forgot everything 😅  I'm really sorry.

run this command: pip install scrape-search-engine

Ahhaahahha! Okkkk! Perfect! It works great now! Thanks! Good Jobs!