qtchaos / py_mega_account_generator

🤖 Create and manage MEGA accounts with ease, upload and share files.
GNU General Public License v3.0
101 stars 21 forks source link

No module named pyppeteer #40

Open brianmatozo opened 1 month ago

brianmatozo commented 1 month ago

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 commented 1 month ago

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

qtchaos commented 1 month ago

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 ...