Open brianmatozo opened 2 months ago
Yes, i already ran pip install -r requirements.txt
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>