简体   繁体   中英

Is there a way to use a pyaudio in python 3.8?

Please provide a solution regarding this I tried the pipwin approach its not working and if anyone know how to create a virtual environment of 3.7 for u sing pyaudio can share idea would be a great

You can create virtual environment using(If you have anaconda installed)

conda create -n myenv python=3.7

then you can use

pipwin install pyaudio

You can also use this link to download.whl file according to the python version it supports.

Go to the following directory and run this command on command prompt (Windows here).

C:\Users\jay_p\AppData\Local\Programs\Python\Python39\Scripts>pip install PyAudio-0.2.11-cp39-cp39m-win64.whl

(This may be different for you.)

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