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

not detecting ImageMagick with moviepy #1093

Closed
iPurya opened this issue Feb 24, 2020 · 2 comments
Closed

not detecting ImageMagick with moviepy #1093

iPurya opened this issue Feb 24, 2020 · 2 comments
Labels
bug Issues that report (apparent) bugs. lib-ImageMagick Issues pertaining to dependency ImageMagick.

Comments

@iPurya
Copy link

iPurya commented Feb 24, 2020

  • Python Version: 3.6.8
  • Moviepy Version: 1.0.0
  • Platform Name: centos
  • Platform Version: 7

hi,
i install ImageMagick with :
yum install ImageMagick
and installed successfully...

buy when i use TextClip in my code i get this error :

Traceback (most recent call last):
File "/root/test/lib/python3.6/site-packages/moviepy/video/VideoClip.py", line 1161, in init
subprocess_call(cmd, logger=None)
File "/root/test/lib/python3.6/site-packages/moviepy/tools.py", line 54, in subprocess_call
raise IOError(err.decode('utf8'))
OSError: convert: not authorized @/tmp/tmpydiqizhm.txt' @ error/constitute.c/ReadImage/454. convert: no images defined PNG32:/tmp/tmpse3vs54o.png' @ error/convert.c/ConvertImageCommand/3046.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "test.py", line 7, in
txt_clip = ( TextClip("My Holidays 2013")
File "/root/test/lib/python3.6/site-packages/moviepy/video/VideoClip.py", line 1170, in init
raise IOError(error)
OSError: MoviePy Error: creation of None failed because of the following error:

convert: not authorized @/tmp/tmpydiqizhm.txt' @ error/constitute.c/ReadImage/454. convert: no images defined PNG32:/tmp/tmpse3vs54o.png' @ error/convert.c/ConvertImageCommand/3046.
.

.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

@tburrows13 tburrows13 added bug Issues that report (apparent) bugs. lib-ImageMagick Issues pertaining to dependency ImageMagick. labels Feb 24, 2020
@tburrows13
Copy link
Collaborator

Hello,
Does #401 (comment) solve your issue?

@tburrows13 tburrows13 added the needs-more-info Waiting for submitter's reply, feedback, updates,... label Feb 25, 2020
@keikoro
Copy link
Collaborator

keikoro commented Oct 8, 2020

Closing due to inactivity. Feel free to reopen and update us with more info if the problem persists.

@keikoro keikoro closed this as completed Oct 8, 2020
@keikoro keikoro removed the needs-more-info Waiting for submitter's reply, feedback, updates,... label Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues that report (apparent) bugs. lib-ImageMagick Issues pertaining to dependency ImageMagick.
Projects
None yet
Development

No branches or pull requests

3 participants