【踩坑】 Root 运行报错: 'NoneType' object has no attribute 'configure'
2023-07-13 14:15 作者:rhythm4night | 我要投稿
【原因】 ffmpeg 的环境变量配置错误
【解决】
原来的 Path: C:\ffmpeg
修改为: C:\ffmpeg\bin
重新在 PowerShell 中运行 python run.py
解决
【原因】 ffmpeg 的环境变量配置错误
【解决】
原来的 Path: C:\ffmpeg
修改为: C:\ffmpeg\bin
重新在 PowerShell 中运行 python run.py
解决