chenjr0719 / Facebook-Page-Crawler

A Python crawler uses Facebook Graph API to crawling fan page's public posts, comments, and reactions.
MIT License
153 stars 62 forks source link

ModuleNotFoundError: No module named 'requests' #10

Open hkbk opened 4 years ago

hkbk commented 4 years ago

line 3, in import requests ModuleNotFoundError: No module named 'requests'

chenjr0719 commented 4 years ago

Hi @hkbk,

Did you install this crawler with python setup.py develop? Because it should also install requests at the same time. Could you provide your environment info(ex: os, python version...) to me that I can try to figure out what happened?