brutalsavage / facebook-post-scraper

Facebook Post Scraper 🕵️🖱️
GNU General Public License v3.0
325 stars 116 forks source link

ImportError: No module named selenium #53

Open dgroy81 opened 2 years ago

dgroy81 commented 2 years ago

C:\Users\Diya Guha Roy\Desktop\Articles\Netnography 1\data>scraper.py -h Traceback (most recent call last): File "C:\Users\Diya Guha Roy\Desktop\Articles\Netnography 1\data\scraper.py", line 6, in from selenium import webdriver ImportError: No module named selenium

dgroy81 commented 2 years ago

C:\Users\Diya Guha Roy\Desktop\Articles\Netnography 1\data>pip install -U selenium Requirement already satisfied: selenium in c:\users\diya guha roy\appdata\local\programs\python\python38-32\lib\site-packages (4.0.0)

dgroy81 commented 2 years ago

Directory of C:\Users\Diya Guha Roy\Desktop\Articles\Netnography 1\data

12-11-2021 08:33

. 12-11-2021 08:33 .. 27-10-2021 23:09 11,275,264 chromedriver.exe 27-10-2021 09:40 6,192 data.xlsx 12-11-2021 08:26 1,144 download_entire_page_videos.py 12-11-2021 08:22 57 facebook_credentials.txt 12-11-2021 08:21 35,802 LICENSE.txt 12-11-2021 08:23 24 requirements.txt 12-11-2021 08:41 14,796 scraper.py 12-11-2021 08:33 114 source.txt 8 File(s) 11,333,393 bytes 2 Dir(s) 853,335,797,760 bytes free

C:\Users\Diya Guha Roy\Desktop\Articles\Netnography 1\data>

Ting0887 commented 2 years ago

you can use 'pip list' check your package is installed or not

dgroy81 commented 2 years ago

The package is installed. Thanks & regards, Diya Guha Roy Assistant Professor. Goa Institute of Management Sattari ,Poriem, Goa - 403505 in.linkedin.com/in/diyaroy https://www.linkedin.com/profile/public-profile-settings?trk=prof-edit-edit-public_profile

On Thu, Nov 25, 2021 at 8:16 PM Ting0887 @.***> wrote:

you can use 'pip list' check your package is installed or not

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/brutalsavage/facebook-post-scraper/issues/53#issuecomment-979273294, or unsubscribe https://github.com/notifications/unsubscribe-auth/AH3VOYIQSABK344IFZDKHFTUNZD5RANCNFSM5H334NKQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

dgroy81 commented 2 years ago

is there any other possibility ?

Ting0887 commented 2 years ago

This project has not maintained for a long time, I think it will have other lantency bugs.

Tamzeeni commented 3 weeks ago

the selenium version used in this project is outdated, the new version requires new arguments instead of the old one. I will post a solution to most of the issues as they are related.