m-bain / whisperX

WhisperX: Automatic Speech Recognition with Word-level Timestamps (& Diarization)
BSD 2-Clause "Simplified" License
12.59k stars 1.33k forks source link

Conflicting dependencies ERROR #673

Open urbaaa opened 10 months ago

urbaaa commented 10 months ago

Hi, I'm not really familiarized with python and codding in general, but I'm trying to solve a problem I have while downloading the clipsai library. When I download it I have this ERROR message coming up, "ERROR: Cannot install clipsai==0.1 and clipsai==0.2.1 because these package versions have conflicting dependencies." I've tried creating a virtual environment (venv) but still have the same problem.

This is the whole error: ERROR: Cannot install clipsai==0.1 and clipsai==0.2.1 because these package versions have conflicting dependencies. The conflict is caused by: clipsai 0.2.1 depends on mediapipe clipsai 0.1 depends on mediapipe

Thanks!

gillens commented 10 months ago

Hi, I think you'll have better luck submitting an issue at the clipsai repository. As far as I can tell whisperx does not use clipsai, rather clipsai uses whisperx.

That said, what commands did you run to set up and get that error? It should be able to be fixed by removing the older version of clipsai (0.1) from the dependencies of your project.