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

Moviepy can't find imagemagick in OSx sierra #347

Closed
tomasdms opened this issue Oct 26, 2016 · 1 comment
Closed

Moviepy can't find imagemagick in OSx sierra #347

tomasdms opened this issue Oct 26, 2016 · 1 comment
Labels
lib-ImageMagick Issues pertaining to dependency ImageMagick.

Comments

@tomasdms
Copy link

I have been trying to get it to work for days.
ImageMagick it's installed, i can run convert from the terminal. it also works when i run python scripts using wand. but when i try to create text
txt = TextClip("hello word", fontsize=70, color='black').set_duration(5)

I get this error:

FileNotFoundError: [Errno 2] No such file or directory: 'unset'

During handling of the above exception, another exception occurred:

OSError: MoviePy Error: creation of None failed because of the following error:

[Errno 2] No such file or directory: 'unset'.

.This error can be due to the fact that ImageMagick is not installed on your computer, or (for Windows users) that you didn't specify the path to the ImageMagick binary in file conf.py, or.that the path you specified is incorrect

it use to work but now it doesn't maybe it's the OS update.

can somebody help me?

@tomasdms tomasdms changed the title Moviepy does not find imagemagick in OSx sierra Moviepy can't find imagemagick in OSx sierra Oct 26, 2016
@tomasdms
Copy link
Author

I got it to work on my local machine with this:

from moviepy.config import change_settings
change_settings({"IMAGEMAGICK_BINARY": "/usr/local/Cellar/imagemagick/6.9.6-2/bin/convert"})

but i bet it will give me problems when i deploy

@keikoro keikoro added the lib-misc Issues pertaining to misc. 3rd-party libraries. label Nov 25, 2017
@tburrows13 tburrows13 added lib-ImageMagick Issues pertaining to dependency ImageMagick. and removed lib-misc Issues pertaining to misc. 3rd-party libraries. labels Apr 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lib-ImageMagick Issues pertaining to dependency ImageMagick.
Projects
None yet
Development

No branches or pull requests

3 participants