You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: