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.25k stars 104 forks source link

error when installing subsai #71

Open GilorHatahat opened 1 year ago

GilorHatahat commented 1 year ago

got this error: ERROR: Cannot install subsai and subsai==1.2.0 because these package versions have conflicting dependencies.

The conflict is caused by: subsai 1.2.0 depends on faster-whisper==0.5.1 whisperx 3.1.1 depends on faster-whisper>=0.8

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 am no developer so I don't know how to fix this. any tips?

abdeladim-s commented 1 year ago

hi @GilorHatahat, I have update the requirements file and I think the issue should be solved. Could you please give it a try now ? Let me know if you find any other issue ?

GilorHatahat commented 1 year ago

hi @GilorHatahat, I have update the requirements file and I think the issue should be solved. Could you please give it a try now ? Let me know if you find any other issue ?

it works now. thanks