我正在尝试使用我的项目,我正在使用PyAudio。我知道pyaudio需要端口音频,需要安装。已经安装了所有要求并且pyaudio也成功安装但是当我尝试执行使用pyaudio的代码时,我收到以下错误
Could not find PyAudio; check installation
In the traceback we can see the following piece of code
import pyaudio
except ImportError:
raise AttributeError("Could not find PyAudio; check installation")
该网站由网络派系托管。