Cannot install pyaudio, gcc error

前端 未结 9 1686
孤街浪徒
孤街浪徒 2020-12-05 05:08

Trying to install pyaudio with instructions per here:

$ git clone http://people.csail.mit.edu/hubert/git/pyaudio.git
$ cd pyaudio
$ sudo python setup.py inst         


        
9条回答
  •  感情败类
    2020-12-05 05:38

    Install 2 things,

    sudo apt-get install portaudio19-dev python-pyaudio
    

    and then,

    pip install pyaudio
    

提交回复
热议问题