MoneyPrinterTurbo
MoneyPrinterTurbo copied to clipboard
OSError: MoviePy Error: creation of None failed because of the following error
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
这个问题怎么办
❓ImageMagick is not installed on your computer https://github.com/harry0703/MoneyPrinterTurbo/issues/33
按照 示例配置 里面提供的 下载地址 ,安装 https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-29-Q16-x64-static.exe, 用静态库 不要安装在中文路径里面,避免出现一些无法预料的问题 https://github.com/harry0703/MoneyPrinterTurbo/issues/54#issuecomment-2017842022
如果是linux系统,可以手动安装,参考 https://cn.linux-console.net/?p=16978
https://imagemagick.org/archive/binaries/ImageMagick-7.1.1-31-Q16-x64-static.exe