PyAudio (PortAudio issue) Python
问题 I installed pyaudio with anaconda python. Using conda install pyaudio on windows. It said it installed and it also installed PortAudio with it. However, when I create my file and run it now I get the following issue. I have no idea what is going on. Could not import the PyAudio C module '_portaudio'. Traceback (most recent call last): File "C:\Users\This PC\Desktop\Py\demo.py", line 2, in <module> import pyaudio File "C:\Users\This PC\Anaconda3\lib\site-packages\pyaudio.py", line 116, in