browser_cookie3 icon indicating copy to clipboard operation
browser_cookie3 copied to clipboard

Having troubles running the library on VSC

Open kcinbk opened this issue 3 years ago • 2 comments

Tried to import the library on Visual Studio Code but kept bouncing back ModuleNotFoundError: No module named 'browser_cookie3' Any idea how to fix it?

kcinbk avatar Nov 21 '22 23:11 kcinbk

just do this command in cmd: pip install browser_cookie3

if that doesn't work and/or pip is not a command then try this: py -m pip install browser_cookie3

if none of those fix your issue, then I have no clue what's wrong

yes-0001 avatar Jan 29 '23 16:01 yes-0001

@kcinbk, It can happen when you are installing browser_cookie3 in a different virtual environment than VS Code.

rafiibrahim8 avatar Jan 30 '23 06:01 rafiibrahim8