Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ModuleNotFoundError: No module named 'moviepy.editor' #34

Open
Zero-Hub opened this issue Dec 23, 2024 · 1 comment
Open

ModuleNotFoundError: No module named 'moviepy.editor' #34

Zero-Hub opened this issue Dec 23, 2024 · 1 comment

Comments

@Zero-Hub
Copy link

Zero-Hub commented Dec 23, 2024

PixPin_2024-12-23_20-57-29


(tango) PS D:\IdeaWork\TANGO> python app.py
Traceback (most recent call last):
  File "D:\IdeaWork\TANGO\app.py", line 25, in <module>
    from create_graph import path_visualization, graph_pruning, get_motion_reps_tensor, path_visualization_v2
  File "D:\IdeaWork\TANGO\create_graph.py", line 20, in <module>
    from moviepy.editor import VideoClip, AudioFileClip
ModuleNotFoundError: No module named 'moviepy.editor'
(tango) PS D:\IdeaWork\TANGO> python create_graph.py
Traceback (most recent call last):
  File "D:\IdeaWork\TANGO\create_graph.py", line 20, in <module>
    from moviepy.editor import VideoClip, AudioFileClip
ModuleNotFoundError: No module named 'moviepy.editor'
(tango) PS D:\IdeaWork\TANGO>

@soooocold
Copy link

try
pip uninstall moviepy
pip install moviepy==1.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants