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

ModuleNotFoundError: No module named 'PyChromeDevTools' #24

Open
casey-mott opened this issue Sep 2, 2020 · 1 comment
Open

ModuleNotFoundError: No module named 'PyChromeDevTools' #24

casey-mott opened this issue Sep 2, 2020 · 1 comment

Comments

@casey-mott
Copy link

After installing the packages as described, tried executing your code in a local py file and my terminal keeps returning "ModuleNotFoundError: No module named 'PyChromeDevTools'". Is there something I'm missing to import the lib?

@choldener
Copy link

You need to run the file with your python interpreter. When you try to run the file normally in command prompt, it doesn't know where your libraries are located. If you open up a live interpreter you should be able to execute your file.

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

2 participants