abdeladim-s / subsai

🎞️ Subtitles generation tool (Web-UI + CLI + Python package) powered by OpenAI's Whisper and its variants 🎞️

Home Page:https://abdeladim-s.github.io/subsai/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whisperx package versions have conflicting dependencies

pagkly opened this issue · comments

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

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