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
OSError: MoviePy Error: creation of None failed because of the following error: [WinError 2] 系统找不到指定的文件。. .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.
Traceback:
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script
exec(code, module.dict)
File "C:\myporject\AI\MoneyPrinterTurbo\webui\Main.py", line 529, in
result = tm.start(task_id=task_id, params=params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\myporject\AI\MoneyPrinterTurbo\app\services\task.py", line 159, in start
video.generate_video(video_path=combined_video_path,
File "C:\myporject\AI\MoneyPrinterTurbo\app\services\video.py", line 241, in generate_video
sub = SubtitlesClip(subtitles=subtitle_path, encoding='utf-8')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\moviepy\video\tools\subtitles.py", line 104, in init
hasmask = bool(self.make_textclip("T").mask)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\moviepy\video\tools\subtitles.py", line 58, in make_textclip
return TextClip(
^^^^^^^^^
File "", line 2, in init
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\moviepy\decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
^^^^^^^^^^^^^^^^^^^
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\moviepy\video\VideoClip.py", line 1272, in init
raise IOError(error)
这个问题怎么办
The text was updated successfully, but these errors were encountered:
OSError: MoviePy Error: creation of None failed because of the following error: [WinError 2] 系统找不到指定的文件。. .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.
Traceback:
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\streamlit\runtime\scriptrunner\script_runner.py", line 584, in _run_script
exec(code, module.dict)
File "C:\myporject\AI\MoneyPrinterTurbo\webui\Main.py", line 529, in
result = tm.start(task_id=task_id, params=params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\myporject\AI\MoneyPrinterTurbo\app\services\task.py", line 159, in start
video.generate_video(video_path=combined_video_path,
File "C:\myporject\AI\MoneyPrinterTurbo\app\services\video.py", line 241, in generate_video
sub = SubtitlesClip(subtitles=subtitle_path, encoding='utf-8')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\moviepy\video\tools\subtitles.py", line 104, in init
hasmask = bool(self.make_textclip("T").mask)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\moviepy\video\tools\subtitles.py", line 58, in make_textclip
return TextClip(
^^^^^^^^^
File "", line 2, in init
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\moviepy\decorators.py", line 89, in wrapper
return f(*new_a, **new_kw)
^^^^^^^^^^^^^^^^^^^
File "C:\myporject\AI\MoneyPrinterTurbo\venv\Lib\site-packages\moviepy\video\VideoClip.py", line 1272, in init
raise IOError(error)
这个问题怎么办
The text was updated successfully, but these errors were encountered: