python 安装 ffmpeg包
错误:ffmpy3.FFExecutableNotFoundError: Executable 'ffmpeg' not found使用如下命令安装:pip install ffmpeg或者conda install ffmpeg安装成功后依然报错,'ffmpeg' not found。解决方法:conda config --add channels conda-forgeconda instal
·
错误:
ffmpy3.FFExecutableNotFoundError: Executable 'ffmpeg' not found
使用如下命令安装:
pip install ffmpeg
或者
conda install ffmpeg
安装成功后依然报错,'ffmpeg' not found。
解决方法:
conda config --add channels conda-forge
conda install ffmpeg
pip install ffmpy
亲测有效。
更多推荐
已为社区贡献4条内容
所有评论(0)