-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
TypeError: 'ImageClip' object is not iterable #824
Comments
can you paste the full error ? It is unclear what line the error happens. |
Sure! Here's the full error:
|
Hi! Can you update moviepy to the latest version and try again please? |
It's a simple Python error, you use |
Ah, okay, thank you! |
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
So, I'm trying to take a bunch of images in an "images" folder, turn them into ImageClips one by one, then put those clips together into a video slideshow.
Actual Behavior
I get the following error message:
TypeError: 'ImageClip' object is not iterable
Steps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: