1

問題は何ですか?

Pythonanywhere.com で実行しています

このエラーは、ImageMagick がコンピューターにインストールされていないか、(Windows ユーザーの場合) ファイル conf.py で ImageMagick バイナリへのパスを指定していないか、指定したパスが正しくないことが原因である可能性があります。

[MoviePy] This command returned an error !Traceback (most recent call last):,

  File "deneme.py", line 6, in <module>

    txt_clip = TextClip("My Holidays 2013",fontsize=70,color='white')

  File "/home/pirali/.local/lib/python2.7/site-packages/moviepy/video/VideoClip.py", line 1145, in __init__

    raise IOError(error)

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

Youtube Foto Galeri: not authorized `@/tmp/tmpxjn5vu.txt' @ error/property.c/InterpretImageProperties/2959.
Youtube Foto Galeri: no images defined `PNG32:/tmp/tmp3lNxp8.png' @ error/convert.c/ConvertImageCommand/3044...

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
4

1 に答える 1

2

PythonAnywhere 管理者はこちら。問題に遭遇する可能性のある他の人にとっては、数週間前に発見された ImageMagick セキュリティの脆弱性が原因でした。

https://www.imagemagick.org/discourse-server/viewtopic.php?t=29588

そのため、imagemagick の特定の機能は無効になっており、セキュリティ パッチが保留されています。

于 2016-10-11T14:35:33.197 に答える