joeyism / linkedin_scraper

A library that scrapes Linkedin for user data
GNU General Public License v3.0
2.01k stars 560 forks source link

Can't install in virtual environment #118

Open hapesurya opened 2 years ago

hapesurya commented 2 years ago

Hello there

I'm trying install this marvelous script in my python virtual environment, but it failed.

ERROR: Can not perform a '--user' install. User site-packages are not visible in this virtualenv.

Any suggestion?

Thanks before.

mustafa-kapadia1483 commented 2 years ago

remove the "--user" from the command
instead of pip3 install --user linkedin_scraper use command: pip3 install linkedin_scraper