mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[GH-ISSUE #115] Traceback (most recent call last) #78
Labels
No labels
bug
enhancement
good first issue
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/MoneyPrinterV2#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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