[GH-ISSUE #115] Traceback (most recent call last) #78

Closed
opened 2026-03-02 04:06:39 +03:00 by kerem · 0 comments
Owner

Originally created by @Lyxc-Li on GitHub (Mar 10, 2025).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/115

Traceback (most recent call last):
File "C:\Users\USER\Desktop\MoneyPrinterV2\src\main.py", line 14, in
from classes.YouTube import YouTube
File "C:\Users\USER\Desktop\MoneyPrinterV2\src\classes\YouTube.py", line 16, in
from moviepy.editor import *
ModuleNotFoundError: No module named 'moviepy.editor'

Edit fixed by doing:
pip uninstall moviepy -y
pip install moviepy==1.0.3 #bc it is the most stable version

Originally created by @Lyxc-Li on GitHub (Mar 10, 2025). Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/115 Traceback (most recent call last): File "C:\Users\USER\Desktop\MoneyPrinterV2\src\main.py", line 14, in <module> from classes.YouTube import YouTube File "C:\Users\USER\Desktop\MoneyPrinterV2\src\classes\YouTube.py", line 16, in <module> from moviepy.editor import * ModuleNotFoundError: No module named 'moviepy.editor' Edit fixed by doing: pip uninstall moviepy -y pip install moviepy==1.0.3 #bc it is the most stable version
kerem closed this issue 2026-03-02 04:06:39 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/MoneyPrinterV2#78
No description provided.