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

No module named 'moviepy.editor #2375

Closed
monkeycc opened this issue Feb 15, 2025 · 1 comment
Closed

No module named 'moviepy.editor #2375

monkeycc opened this issue Feb 15, 2025 · 1 comment

Comments

@monkeycc
Copy link

WIN11
python 3.10 , 3.11

import moviepy
print(moviepy.__version__)

2.1.1


from moviepy.editor import *
ModuleNotFoundError: No module named 'moviepy.editor'

@monkeycc
Copy link
Author

https://zulko.github.io/moviepy/getting_started/updating_to_v2.html#moviepy-editor-suppression-and-simplified-importation

from moviepy import * # Simple and nice, the __all__ is set in moviepy so only useful things will be loaded
from moviepy import VideoFileClip # You can also import only the things you really need

Problem Solving

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

1 participant