You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ...
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>
The text was updated successfully, but these errors were encountered: