简体   繁体   English

即使安装了 HomeBrew,也无法在 Mac 上安装 PyAudio

[英]Unable To Install PyAudio On A Mac Even With HomeBrew Installed

I am on a macOS system and I am not able to install PyAudio On a Mac even with using the portaudio and homebrew technique .我在 macOS 系统上,即使使用 portaudio 和 homebrew 技术,我也无法在 Mac 上安装 PyAudio。 What should I do ?我该怎么办 ? Please Help🙏请帮忙🙏

PyAudio is a python package, so you need to install it with pip. PyAudio 是一个 python 包,所以你需要用 pip 安装它。 Try running pip install pyaudio or pip3 install pyaudio depending on which version of python you are using.尝试运行pip install pyaudiopip3 install pyaudio具体取决于您使用的 python 版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM