Sih*_*Jie 17 python pyaudio python-wheel
我尝试安装pyaudio,但它返回如下错误:
Could not build wheels for pyaudio, since package 'wheel' is not installed.
Run Code Online (Sandbox Code Playgroud)

我怎样才能解决这个问题?
Str*_*ss_ 24
看起来你只需要安装这个wheel包。您可以通过pip install wheel在终端上运行来完成此操作。