Cannot install pyaudio, gcc error

前端 未结 9 1682
孤街浪徒
孤街浪徒 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:28

    For Centos7:

    sudo yum install -y portaudio-devel
    sudo pip install pyaudio
    

提交回复
热议问题