linkedin_scraper
linkedin_scraper copied to clipboard
Can't install in virtual environment
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.
remove the "--user" from the command
instead of
pip3 install --user linkedin_scraper
use command:
pip3 install linkedin_scraper