Conflict dependencies in requirements.txt
I followed the installation instruction in README.md. When running python install.py, the following error occurred:
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.2.0 depends on torchaudio>=2 pyannote-audio 3.3.2 depends on torchaudio>=2.2.0
The Python version is 3.10.16.
same problem
I followed the installation instruction in
README.md. When runningpython install.py, the following error occurred: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.2.0 depends on torchaudio>=2 pyannote-audio 3.3.2 depends on torchaudio>=2.2.0
The Python version is 3.10.16.
whisperx has update yesteday, it needs pyannote-audio 3.3.2 now. We can use older whisperx as a workaround. Change whisperx version in requirements.txt as follow:
whisperx @ git+https://github.com/m-bain/whisperx.git@7307306a9d8dd0d261e588cc933322454f853853
I'm not a coder, so maybe need a better solution. But I suppose this is a common dependency conflict issue, someone would know how to fix it.
you should imstall another one version
same problem here
same problem here
same problem here