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

Relates to Issue #2: modified code to handle moviepy v2 update #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

1ashtray
Copy link

Pull Request

Description

The current requirements.txt file installs v2 of moviepy, but the code is designed to work with v1, resulting in errors. To resolve this, the code has been updated to handle v2.

moviepy docs

Issue

issue 2

Changes Made

changed moviepy.editor to moviepy
changed set_ to with_

Testing

Clean install.

Screenshots (if applicable)

None.

Checklist

  • [ * ] I have read and followed the project's contributing guidelines.
  • [ * ] My code follows the project's coding style and conventions.
  • [ * ] I have tested my changes and verified that existing tests pass.
  • [ * ] I have documented any necessary code or configuration changes.
  • [ * ] My branch is up-to-date with the latest changes from the main repository.

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

Successfully merging this pull request may close these issues.

1 participant