Unable to install pyAudio package

前端 未结 4 1077
再見小時候
再見小時候 2021-01-14 17:39

I am building a speech recognition program but can\'t install pyAudio.

I have installed Microsoft visual c++ 14.0.0 but still, I am getting another error. I can\'t u

4条回答
  •  粉色の甜心
    2021-01-14 18:31

    the key info in the error message is "Cannot open include file: 'portaudio.h': No such file or directory"

    so you should google it, and you will find it have an answer in stackoverflow: https://stackoverflow.com/a/52191687/5232323

    the current version PyAudio 0.2.11 is not supported for Python 3.7

提交回复
热议问题