I installed a wsl2 kernel on Windows and pip installed SpeechRecognition, its the latest update as is python but it keeps telling me 'ModuleNotFoundError: No module named 'speech_recognition'.
import speech_recognition as sr
What could be the problem?