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.22k stars 560 forks source link

ModuleNotFoundError: No module named 'requests_html' #126

Closed j96693678 closed 3 years ago

j96693678 commented 3 years ago

when I enter the command "python3 eagle-eye.py" i get the following error: Traceback (most recent call last): File "eagle-eye.py", line 12, in from grabber.instagram import InstagramGrabber File "/home/justkiller420/EagleEye/grabber/instagram.py", line 1, in from requests_html import HTMLSession ModuleNotFoundError: No module named 'requests_html'

ThoughtfulDev commented 3 years ago

Try using Python 3.6