ERROR: Command errored out with exit status 1: while installing pyAudio in Pycharm

ERROR: Command errored out with exit status 1: while installing pyAudio in Pycharm

我不知道为什么会出现此错误,我已在终端中尝试 运行 命令 pip install PyAudio 但显示错误消息:

'pip' is not recognized as an internal or external command,
operable program or batch file.

谁知道如何解决这个问题,谢谢!

可能pip不在你的系统路径目录中 您可以查看此 link 了解更多信息“ ".

我会使用 anaconda。 如果你没有它,你可以用

安装它
pip install conda

如果你还没有安装pip那么你可以参考Thu Yein Tun已经收到的关于如何安装pip的评论。

然后 运行:

conda install -c anaconda pyaudio 

进入你的 IDE(很可能是 Pycharm VS 代码) 打开终端 输入 pip install pipwin 输入 pipwin 安装 pyaudio 等待安装完成! 不要忘记重新加载您的项目