How do I install PyAudio on Python 3.7?

后端 未结 9 1177
小鲜肉
小鲜肉 2020-12-06 02:06

I am currently trying to install PyAudio on Python 3.7 but when I use the command "pip install pyaudio", an error message appears:

9条回答
  •  猫巷女王i
    2020-12-06 02:54

    1. Install python 3.6
    2. Install PyCharm
    3. While in PyCharm click File
    4. Click on settings
    5. Click Project Interpreter
    6. Click on the Gear icon ,You should see Add,Show All Click on Add
    7. Next Click System Interpreter
    8. Click the dropdown if you installed python 3.6 you should see it there
    9. Click it Hit ok and install PyAudio this should fix it..

提交回复
热议问题