I am writing a script involving TTS and there is a problem with the "speech_recognition" module. I have already downloaded the module with pip3 install SpeechRecognition as when I wrote pip3 install speech_recognition, it returned "ERROR: Could not find a version that satisfies the requirement speech_recognition (from versions: none) ERROR: No matching distribution found for speech_recognition".
This is the line of code that triggers the error.
import speech_recognition as sr
I was trying to import a speech recognition program, but it just returned "ModuleNotFoundError: No module named 'speech_recognition'"