mac 系统安装报错版本冲突
ERROR: Cannot install -r requirements.txt (line 26), demucs and whisperx because these package versions have conflicting dependencies.
The conflict is caused by: demucs 4.1.0a3 depends on torchaudio<2.2 and >=0.8 whisperx 3.3.0 depends on torchaudio>=2 pyannote-audio 3.3.2 depends on torchaudio>=2.2.0
To fix this you could try to:
- loosen the range of package versions you've specified
- remove package versions to allow pip to attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts ╭─────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮ │ ❌ Failed to install requirements: Command '['/Users/guichaoran/.pyenv/versions/3.10.0/bin/python', '-m', 'pip', 'install', '-r', │ │ 'requirements.txt']' returned non-zero exit status 1. │
大佬 ,mac 系统安装报错版本冲突,怎么解决,python确实是3.10
这个问题有修复,直接用最新的代码,不要用releases里的。