We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
3. 在 Linux 上安装 在某些 Linux 发行版中,安装 PyAudio 还需要安装 PortAudio 库。你可以使用以下命令来安装: bash 复制代码 sudo apt-get install portaudio19-dev pip install pyaudio 4. 在 macOS 上安装 对于 macOS,使用 brew 安装 PortAudio,然后安装 PyAudio: bash 复制代码 brew install portaudio pip install pyaudio 检查是否安装成功 安装完成后,可以通过以下命令检查 pyaudio 是否安装成功: bash 复制代码 python -m pip show pyaudio
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: