How do I install PyAudio on Python 3.7?

后端 未结 9 1173
小鲜肉
小鲜肉 2020-12-06 02:06

I am currently trying to install PyAudio on Python 3.7 but when I use the command "pip install pyaudio", an error message appears:

9条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-06 02:49

    It's not compatible with 3.7 and as far as I have been able to find thus far there doesn't appear to be any work being put into making it compatible and I haven't found any sort of replacement, so unless you want to build the package yourself and make it compatible with 3.7 then it can't be used without downgrading your python install to 3.6, I did try Hiadore's answer and that does not work either with 3.7.

提交回复
热议问题