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

No module named pyppeteer #40

Open
brianmatozo opened this issue Sep 25, 2024 · 2 comments
Open

No module named pyppeteer #40

brianmatozo opened this issue Sep 25, 2024 · 2 comments

Comments

@brianmatozo
Copy link

PS E:\coursera\py_mega_account_generator> python main.py
Traceback (most recent call last):
File "E:\coursera\py_mega_account_generator\main.py", line 8, in
import pyppeteer
ModuleNotFoundError: No module named 'pyppeteer'
PS E:\coursera\py_mega_account_generator>

@brianmatozo
Copy link
Author

Yes, i already ran pip install -r requirements.txt

@qtchaos
Copy link
Owner

qtchaos commented Sep 25, 2024

I'm gonna guess you have multiple Python versions installed and your PATH is messed up, having pip from one install and python.exe from another install so that dependencies aren't installed properly.

You can try installing the dependencies using the following:
python -m pip ...

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