Skip to content

Error when installing requirements. Confilict with whisper #11

@midnight477

Description

@midnight477

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:

  1. loosen the range of package versions you've specified
  2. 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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions