skip to Main Content

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


  1. Chosen as BEST ANSWER

    After searching a lot, I am writing this for those who have the same problem as me

    Unfortunately, replit doesn't support PyAudio.


  2. Go to "Tools" -> "Packages" -> Search

    Login or Signup to reply.
  3. These options worked well for me, so you can try them:

    1. Install the SpeechRecognition library.

    2. Install PyAudio library.

    If you already have Python installed, you can install these libraries from Command Prompt or Terminal. Thanks.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search