Hello,
When I try to install requirements with the text file, I have this error :
`ERROR: Cannot install -r requirements.txt (line 2) and torch==2.5.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested torch==2.5.1
whisperx 3.8.1 depends on torch~=2.8.0
Additionally, some packages in these conflicts have no matching distributions available for your environment:
torch
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 `
Is this normal ?
Python version : 3.12
Windows 11
pip is up to date
Hello,
When I try to install requirements with the text file, I have this error :
`ERROR: Cannot install -r requirements.txt (line 2) and torch==2.5.1 because these package versions have conflicting dependencies.
The conflict is caused by:
The user requested torch==2.5.1
whisperx 3.8.1 depends on torch~=2.8.0
Additionally, some packages in these conflicts have no matching distributions available for your environment:
torch
To fix this you could try to:
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts `
Is this normal ?
Python version : 3.12
Windows 11
pip is up to date