mirror of
https://github.com/FujiwaraChoki/MoneyPrinterV2.git
synced 2026-04-26 06:35:51 +03:00
[GH-ISSUE #117] ModuleNotFoundError: No module named 'moviepy.video.fx.crop' #80
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#80
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 @Collinshack on GitHub (Mar 23, 2025).
Original GitHub issue: https://github.com/FujiwaraChoki/MoneyPrinterV2/issues/117
venv) C:\Users\Collins\Desktop\MoneyPrinterV2\src>python main.py
Traceback (most recent call last):
File "C:\Users\Collins\Desktop\MoneyPrinterV2\src\main.py", line 14, in
from classes.YouTube import YouTube
File "C:\Users\Collins\Desktop\MoneyPrinterV2\src\classes\YouTube.py", line 20, in
from moviepy.video.fx.crop import crop
ModuleNotFoundError: No module named 'moviepy.video.fx.crop'
All requirements including moviepy are installed.
@fakharimran77 commented on GitHub (Jul 9, 2025):
modify the requirements.txt file with the following
moviepy==1.0.3
numpy==1.26.4
then run the following command
pip install -r requirements.txt