abhirooptalasila / AutoSub

A CLI script to generate subtitle files (SRT/VTT/TXT) for any video using either DeepSpeech or Coqui
MIT License
582 stars 102 forks source link

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

Closed wappyn closed 1 year ago

wappyn commented 1 year ago

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?

wappyn commented 1 year ago

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.