AutoSub
AutoSub copied to clipboard
Instructions not working
I haven't created the venv but whenever I try to install using "pip install ." I get Could not find a version that satisfies the requirement deepspeech==0.9.3 (from autosub) (from versions: none)
Using Ubuntu - Python version is 3.10.6
If I use setup.py for install, I get:
Installing autosub script to /usr/local/bin Installed /usr/local/lib/python3.10/dist-packages/AutoSub-0.0.1-py3.10.egg Processing dependencies for AutoSub==0.0.1 Searching for deepspeech==0.9.3 Reading https://pypi.org/simple/deepspeech/ No local packages or working download links found for deepspeech==0.9.3 error: Could not find suitable distribution for Requirement.parse('deepspeech==0.9.3')
Any help would be very much appreciated!