-
Notifications
You must be signed in to change notification settings - Fork 3
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
Cant get this to work on MAC #1
Comments
Hey David, thanks for the feedback, Do you have any error message or info to share with us? There could be several reasons why your code isn't working on a Mac. Here are some common issues and troubleshooting steps to consider: Dependencies Installation:
Mac OS might require additional steps to install certain dependencies like FFmpeg, which moviepy uses. FFmpeg can be installed using Homebrew:
Path Issues: Permissions: Python Environment: You could add logging or error handling around potential failure points in the script, such as file access operations and video processing steps. This could provide more info when running the script on Mac. It should be something like this:
|
Does not work on mac, really wanted this to work
The text was updated successfully, but these errors were encountered: