a-real-ai/pywinassistant

Speech Recognition error on import

Closed this issue · 7 comments

ERROR: Could not find a version that satisfies the requirement speech_recognition (from versions: none)
ERROR: No matching distribution found for speech_recognition

Solved with
pip install SpeechRecognition
[CaseSensitive]

Thank you, I'm going to update the install requirements.

Facing same issue. Unfortunately still not working after updating installing. Still returning same error.

Facing same issue. Unfortunately still not working after updating installing. Still returning same error.

Maybe share a screenshot?
Again it's Case Sensitive

@henyckma could you check my PR #9 and edit the stuff there if it is not to your liking? it should fix all the open Issues and add a reference how to install everything

image
changed as adviced with SpeechRecognition on the assistant.py and the requirements.txt file and still getting the error

PS C:\Users\3Horizons\Desktop\vot\pywinassistant> python -m core.assistant              
Traceback (most recent call last):
  File "C:\Users\3Horizons\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 193, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\3Horizons\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "C:\Users\3Horizons\Desktop\vot\pywinassistant\core\assistant.py", line 6, in <module>
    import SpeechRecognition as sr
ModuleNotFoundError: No module named 'SpeechRecognition'
PS C:\Users\3Horizons\Desktop\vot\pywinassistant> 

requirements.txt file
image

Python version installed : Python 3.8.1rc1

Any further advice on how to resolve the error shown above?

WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: EE certificate key too weak (_ssl.c:1006)'))': /simple/speechrecognition/

I'm getting Following error now. When i do : pip install SpeechRecognition