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. |
|
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 |
|
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. |
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions