jianchang512 / pyvideotrans

Translate the video from one language to another and add dubbing. 将视频从一种语言翻译为另一种语言,并支持api调用
https://pyvideotrans.com
GNU General Public License v3.0
10.21k stars 1.13k forks source link

Mac安装报错:samplerate==0.2.1无法安装 #452

Closed summerlovestudy closed 2 months ago

summerlovestudy commented 3 months ago

ERROR: ERROR: Failed to build installable wheels for some pyproject.toml based projects (samplerate)

其他包都已安装好,只有samplerate==0.2.1无法安装 安装命令:pip3 install -r requirements.txt --no-deps

jianchang512 commented 3 months ago

单独执行 pip3 install samplerate

summerlovestudy commented 3 months ago

谢谢,已经调试成功 最后安装的是:samplerate==0.1.0

单独执行 pip3 install samplerate