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 #42

Closed devil67 closed 5 years ago

devil67 commented 5 years ago

python3 eagle-eye.py Traceback (most recent call last): File "eagle-eye.py", line 15, in from grabber.instagram import InstagramGrabber File "/dragon/desktop/EagleEye/grabber/instagram.py", line 1, in 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'), ^ SyntaxError: invalid syntax

ThoughtfulDev commented 5 years ago

requests-html only supports Python 3.6 or higher. Try using Python 3.6+