Trying to install pyaudio using pip

后端 未结 2 1060
渐次进展
渐次进展 2020-12-12 06:48

I try to install pyaudio in pycharm, and

I get this error

error: command \'C:\\\\Program Files (x86)\\\\Microsoft Visual Stu         


        
2条回答
  •  一个人的身影
    2020-12-12 07:01

    Try this:

    pip install pipwin
    pipwin install pyaudio
    

    pipwin is like pip, but it installs precompiled Windows binaries provided by Christoph Gohlke. Saves you a lot of manual googling and downloading.

提交回复
热议问题