No module named speech_recognition #4
Replies: 3 comments
-
This snippet of code is just example code to show the python library is working. After installing
Make sure the paths you are providing are valid and correct. If it still does not work, please post an example that reproduces the error. |
Beta Was this translation helpful? Give feedback.
-
I tried a lot but it doesn't work too , could you upload the project after adding my code and lib needed if it possible , I'm sorry for that really |
Beta Was this translation helpful? Give feedback.
-
I'm sorry, I have other work to do and I don't have time to do your work for you. I will reopen this ticket if you post your project or your code that reproduces the problem. |
Beta Was this translation helpful? Give feedback.
-
I got speech_recognition library from my python installation and copied it to Lib path but it doesn't work too and i tried to put the path of my python library installation but it doesn't work too , one more thing what is
string code = @"
import os
filename = os.path.abspath ('test.txt');"; ?
to install speech_recognition : pip install SpeechRecognition
to install pyaudio : pip install pyaudio
you can try it.
Beta Was this translation helpful? Give feedback.
All reactions