abhirooptalasila / AutoSub

A CLI script to generate subtitle files (SRT/VTT/TXT) for any video using either DeepSpeech or Coqui

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ERROR: Could not find a version that satisfies the requirement stt==1.0.0

wappyn opened this issue · comments

At installation step
pip install .
I've got this error message:

ERROR: Could not find a version that satisfies the requirement stt==1.0.0 (from autosub) (from versions: 1.2.0, 1.3.0a2, 1.3.0a3, 1.3.0a4, 1.3.0, 1.4.0a0, 1.4.0a1, 1.4.0a3, 1.4.0a4, 1.4.0a5, 1.4.0a6, 1.4.0)
ERROR: No matching distribution found for stt==1.0.0

My python version:
Python 3.10.7

My pip version:
pip 21.3.1 from /home/kw2/PwL/AutoSub/mv/lib64/python3.10/site-packages/pip (python 3.10)
(it's from venv)

My OS:
Fedora 36

I guess that I can install stt==1.0.0 manually and I'm going to try, and report how it went.
Is compatibility with newer versions in plans?

Oh I see that your software has python 3.9 support as far.
And with python 3.9 I've got no errors.
I'm closing this thread and sorry for not reading carefully before posting issue.