[Commands link] how to install pyaudio on mac os in 2022 ?

preview_player
Показать описание
#pyaudiomacoserror #pyaudiopycharmerrormac #pyaudioerrorin2022
pyaudio installing in mac , solving pyaudio mac os error
Рекомендации по теме
Комментарии
Автор

error: command '/usr/bin/clang' failed with exit code 1
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for pyaudio
Failed to build pyaudio
ERROR: Could not build wheels for pyaudio, which is required to install pyproject.toml-based projects

srinivasaraodannana
Автор

Hey, I've created an application using Python and Tkinter as well as PyAudio. PyAudio requires access to the microphone and if I start an app using terminal or through Pycharm apple prompts for microphone access permission but when I use py2app to create stand alone .app application, there is no way to access microphone, either through tinkering with osx settings or through the software design. I've tried to change playlist among other things and nothing is working. Any idea how to solve that problem...?

macieks