linkedin_scraper icon indicating copy to clipboard operation
linkedin_scraper copied to clipboard

Can't install in virtual environment

Open hapesurya opened this issue 3 years ago • 1 comments

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.

hapesurya avatar Jan 08 '22 16:01 hapesurya

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

mustafa-kapadia1483 avatar Mar 03 '22 17:03 mustafa-kapadia1483