简体   繁体   中英

How to install pyaudio on replit?

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?

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

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.

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

Unfortunately, replit doesn't support PyAudio.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM