im trying to run a python code in MobaXterm

95 Views Asked by At

enter image description here It says module speech_recognition not found. I had speech_recognition module downloaded in my environment. Only have 1 which is base. I managed to run the code on my visual studio code. But unable to run on my MobaXterm as it says speech_recognition module not found. Even tried to uninstall SpeechRecognition and install it back

1

There are 1 best solutions below

0
Trynabal On

Sorry, I can't add a comment yet but have you installed the PyAudio module aswell? I remember I ran into a similar issue in pycharm Also if you added speech recognition using pip install, it wouldnt hurt to try using sudo pip aswell