whisper-at icon indicating copy to clipboard operation
whisper-at copied to clipboard

ResolutionImpossible error

Open orionflame opened this issue 3 months ago • 9 comments

Hi,

When I use: pip install whisper-at

I get: Defaulting to user installation because normal site-packages is not writeable Collecting whisper-at Downloading whisper_at-0.5-py3-none-any.whl.metadata (20 kB) INFO: pip is looking at multiple versions of whisper-at to determine which version is compatible with other requirements. This could take a while. Downloading whisper_at-0.4-py3-none-any.whl.metadata (20 kB) Downloading whisper_at-0.2-py3-none-any.whl.metadata (18 kB) Downloading whisper_at-0.1-py3-none-any.whl.metadata (16 kB) ERROR: Cannot install whisper-at==0.1, whisper-at==0.2, whisper-at==0.4 and whisper-at==0.5 because these package versions have conflicting dependencies.

The conflict is caused by: whisper-at 0.5 depends on triton==2.0.0 whisper-at 0.4 depends on triton==2.0.0 whisper-at 0.2 depends on triton==2.0.0 whisper-at 0.1 depends on triton==2.0.0

To fix this you could try to:

  1. loosen the range of package versions you've specified
  2. remove package versions to allow pip attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts

I have regular whisper and fast whisper and whisperHallu.

Is there a way to fix this? Should I delete the other ones?

Thanks a lot in advance.

orionflame avatar Apr 05 '24 06:04 orionflame