FujiwaraChoki / MoneyPrinter

Automate Creation of YouTube Shorts using MoviePy.
MIT License
10.07k stars 1.35k forks source link

ModuleNotFoundError: No module named 'moviepy' #221

Closed gaogao94 closed 7 months ago

gaogao94 commented 7 months ago

Describe the bug when running main.py, come up with error message: ModuleNotFoundError: No module named 'moviepy'

To Reproduce Steps to reproduce the behavior:

  1. pip install -r requirements.txt, all success
  2. cp .env.example .env
  3. cd Backend
  4. python main.py
  5. See error

    Traceback (most recent call last): File "C:\Users\63497\moneyprinter\Backend\main.py", line 4, in from video import File "C:\Users\63497\moneyprinter\Backend\video.py", line 9, in from moviepy.editor import ModuleNotFoundError: No module named 'moviepy'

  6. pip install moviepy
  7. all requirement already satisfied
  8. pip uninstall moviepy
  9. pip install moviepy
  10. see message

    Successfully installed moviepy-1.0.3

  11. try to run main.py, error message come up again.

Expected behavior no error massage

Desktop (please complete the following information):