You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
描述同#418
报错信息: OSError: MoviePy Error: creation of None failed because of the following error: WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert" convert: unable to read font Georgia-Bold' @ warning/annotate.c/RenderType/1024. convert: delegate library support not built-in '/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/2112. convert: no decode delegate for this image format ' @ error/constitute.c/ReadImage/746. convert: no images defined PNG32:/tmp/tmp0xuf3v7x.png' @ error/deprecate.c/ConvertImageCommand/3368.
.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. Check the documentation.`
描述同#418
报错信息:
OSError: MoviePy Error: creation of None failed because of the following error: WARNING: The convert command is deprecated in IMv7, use "magick" instead of "convert" or "magick convert" convert: unable to read font Georgia-Bold' @ warning/annotate.c/RenderType/1024. convert: delegate library support not built-in '/usr/share/fonts/type1/gsfonts/n019003l.pfb' (Freetype) @ warning/annotate.c/RenderFreetype/2112. convert: no decode delegate for this image format ' @ error/constitute.c/ReadImage/746. convert: no images defined
PNG32:/tmp/tmp0xuf3v7x.png' @ error/deprecate.c/ConvertImageCommand/3368..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. Check the documentation.`
尝试的办法:
1.修改了ImageMagick-7 和 ImageMagick-6下的文件policy.xml还是报错,在config.toml配置文件改了imagemagick_path = "/etc/ImageMagick-6",或是ImageMagick-7都一样
2.起一个新的环境,不用编译的,直接apt安装 apt install imagemagick libfreetype6-dev 然后 convert -list configure 确保DELEGATES这一栏有fontconfig freetype这两个
希望有彻底的解决办法(另外在实验过后发现似乎可以直接在app的页面中设定好不用修改config.toml配置文件?)
The text was updated successfully, but these errors were encountered: