Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having troubles running the library on VSC #143

Open
kcinbk opened this issue Nov 21, 2022 · 2 comments
Open

Having troubles running the library on VSC #143

kcinbk opened this issue Nov 21, 2022 · 2 comments

Comments

@kcinbk
Copy link

kcinbk commented Nov 21, 2022

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?

@yes-0001
Copy link

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

@rafiibrahim8
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants