git clone 报错
·
× git clone --filter=blob:none --quiet https://github.com/facebookresearch/demucs 'C:\Users\周\AppData\Local\Temp\pip-install-10bxtqia\demucs_7b47ecf826a348398c03063b612853ec' did not run successfully. │ exit code: 128 ╰─> See above for output. note: This error originates from a subprocess, and is likely not a problem with pip.

将
pip install git+https://github.com/m-bain/whisperx.git
改为
pip install git+https://gitclone.com/github.com/m-bain/whisperx.git
更多推荐
所有评论(0)