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

requests_html error #51

Closed JimChrModder closed 5 years ago

JimChrModder commented 5 years ago

I did Automated Prequisites Installation then I followed your instructions,but when I run the command "python3 eagle-eye.py" it says this error:

Traceback (most recent call last): File "/root/EagleEye/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 ModuleNotFoundError: No module named 'requests_html'

JimChrModder commented 5 years ago

Also I had this error at installation process:

RuntimeError:
*******************************************************************
 CMake must be installed to build the following extensions: dlib
*******************************************************************

----------------------------------------

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;file='/tmp/pip-install-r2_aa_xi/dlib/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" install --record /tmp/pip-record-st98h40u/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-r2_aa_xi/dlib/

ThoughtfulDev commented 5 years ago

make sure that python3 points to a python3.6+ installation since requests_html only works with python 3.6 or higher.

ThoughtfulDev commented 5 years ago

and as the error says. Cmake must be installed. So install cmake