when installing pyaudio, pip cannot find portaudio.h in /usr/local/include

后端 未结 10 2213
我在风中等你
我在风中等你 2020-11-29 21:04

I\'m using mac osx 10.10 As the PyAudio Homepage said, I install the PyAudio using

brew install portaudio 
pip install pyaudio

the installa

10条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-11-29 21:16

    I needed to do the following to install PortAudio on Debian

    sudo apt install portaudio19-dev
    

    I also apt install'd python3-portaudio before that, although it didn't work. I'm not sure if that contributed as well.

提交回复
热议问题