VideoLingo icon indicating copy to clipboard operation
VideoLingo copied to clipboard

Conflict dependencies in requirements.txt

Open old6ix opened this issue 1 year ago • 6 comments

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.

old6ix avatar Jan 01 '25 07:01 old6ix

same problem

shitou333111 avatar Jan 01 '25 09:01 shitou333111

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.

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.

shitou333111 avatar Jan 01 '25 09:01 shitou333111

you should imstall another one version

jeffchen57 avatar Jan 01 '25 11:01 jeffchen57

same problem here

MichaelYangjson avatar Jan 03 '25 10:01 MichaelYangjson

same problem here

homker avatar Jan 03 '25 12:01 homker

same problem here

Ginoooo avatar Mar 03 '25 09:03 Ginoooo