austinoboyle / scrape-linkedin-selenium

`scrape_linkedin` is a python package that allows you to scrape personal LinkedIn profiles & company pages - turning the data into structured json.
MIT License
454 stars 162 forks source link

No Module Named "scrape_linkedin" #52

Closed samanthad97 closed 4 years ago

samanthad97 commented 4 years ago

Hi! I am trying to run the parallel scraper but keep getting the error message "no module named scrape_linkedin" which is strange because I did not alter any of the module or folder names. Any advice? For reference here is a screen shot of the code and error message that I received:

image

austinoboyle commented 4 years ago

In order to import from scrape_linkedin, you need to install the python package locally. See https://github.com/austinoboyle/scrape-linkedin-selenium#installation