I have telegram bot that using SpeechRecognition pakage, and for SpeechRecognition I should install pyaudio pakage.
I was wondering how can i do that on replit? is this possible?
I have telegram bot that using SpeechRecognition pakage, and for SpeechRecognition I should install pyaudio pakage.
I was wondering how can i do that on replit? is this possible?
3
Answers
After searching a lot, I am writing this for those who have the same problem as me
Unfortunately, replit doesn't support PyAudio.
Go to "Tools" -> "Packages" -> Search
These options worked well for me, so you can try them:
Install the SpeechRecognition library.
Install PyAudio library.
If you already have Python installed, you can install these libraries from Command Prompt or Terminal. Thanks.