I am trying to run a script which uses speech_recognition module. I am trying to install this module using pip but its not working.
$pip install speech-recognition
Collecting speech-recognition
Could not find a version that satisfies the requirement speech-recognition (from versions: )
No matching distribution found for speech-recognition
Can someone tell me how to install this module?