使用pydub AudioSegment库导入音频时报错:[Errno 2] No such file or directory: 'ffprobe'
尝试:
解决视频提取照片报 No such file or directory: ‘ffprobe‘_no such file or directory: 'ffprobe-CSDN博客
FileNotFoundError: [Errno 2] No such file or directory: ‘ffprobe‘: ‘ffprobe‘-CSDN博客
pip install ffprobe
pip install ffmpeg
无果
继续尝试:
(1)首先安装Homebrew:
Mac终端: brew command not found 解决方法_一只Black-GitCode 开源社区
在终端运行两遍/bin/zsh -c "$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)"
# 验证brew
% brew -v
查看版本:Homebrew 4.3.5