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

ok #65

Closed r3x07 closed 5 years ago

r3x07 commented 5 years ago

root@anonymous:~/EagleEye# python3 eagle-eye.py Traceback (most recent call last): File "eagle-eye.py", line 14, in from grabber.instagram import InstagramGrabber File "/root/EagleEye/grabber/instagram.py", line 1, in from requests_html import HTMLSession File "/usr/local/lib/python3.7/dist-packages/requests_html.py", line 9, in import pyppeteer File "/usr/local/lib/python3.7/dist-packages/pyppeteer/init.py", line 30, in from pyppeteer.launcher import connect, launch, executablePath # noqa: E402 File "/usr/local/lib/python3.7/dist-packages/pyppeteer/launcher.py", line 24, in from pyppeteer.browser import Browser File "/usr/local/lib/python3.7/dist-packages/pyppeteer/browser.py", line 13, in from pyppeteer.connection import Connection File "/usr/local/lib/python3.7/dist-packages/pyppeteer/connection.py", line 12, in import websockets File "/usr/local/lib/python3.7/dist-packages/websockets/init.py", line 3, in from .client import * File "/usr/local/lib/python3.7/dist-packages/websockets/client.py", line 12, in from .protocol import CONNECTING, OPEN, WebSocketCommonProtocol File "/usr/local/lib/python3.7/dist-packages/websockets/protocol.py", line 17, in from .compatibility import asyncio_ensure_future File "/usr/local/lib/python3.7/dist-packages/websockets/compatibility.py", line 9 asyncio_ensure_future = asyncio.async # Python < 3.5 ^ SyntaxError: invalid syntax

ThoughtfulDev commented 5 years ago

Use python 3.6. since python 3.7 has some issues regarding the async keyword.