abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️
https://abdeladim-s.github.io/subsai/
GNU General Public License v3.0
1.15k stars 96 forks source link

Whisperx package versions have conflicting dependencies #116

Open pagkly opened 4 months ago

pagkly commented 4 months ago

Installing package result in this error:

ERROR: Cannot install subsai and subsai==1.2.5 because these package versions have conflicting dependencies.

The conflict is caused by:
    subsai 1.2.5 depends on faster-whisper==0.10.0
    whisperx 3.1.1 depends on faster-whisper==1.0.0
abdeladim-s commented 4 months ago

@pagkly, I already fixed this issue in #115. Could you try with --no-cache-dir ? Maybe pip is trying to install a cached version.