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.19k stars 558 forks source link

SyntaxError: invalid syntax #26

Closed DNM-3 closed 6 years ago

DNM-3 commented 6 years ago

Hi there,

I have some errors when I enter this command: python3 eagle-eye.py Errors:

Traceback (most recent call last):
  File "eagle-eye.py", line 15, in <module>
    from grabber.instagram import InstagramGrabber
  File "/home/work/EagleEye/grabber/instagram.py", line 1, in <module>
    from requests_html import HTMLSession
  File "/usr/local/lib/python3.5/dist-packages/requests_html.py", line 419
    element=PyQuery(html)('html') or PyQuery(f'<html>{html}</html>')('html'),
                                                                  ^
SyntaxError: invalid syntax

What could the problem be?

ThoughtfulDev commented 6 years ago

Check Issue #18

Tl;dr: try Python 3.6