You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got these working when I set up the MacOS build for CI in #181: portaudio can be installed with brew and python-magic-bin isn't actually required (cda964f). See
PyAudio
(doesn't seem to be installable other ways; see PortAudio/portaudio#708 ?)
git clone https://github.com/PortAudio/portaudio.git
./configure; make; sudo make install
export CFLAGS="-I
pwd/portaudio-v19/include/ -L
pwd/portaudio-v19/lib/.libs/"
(with appropriate directories)export CFLAGS="-I
pwd/include/ -L
pwd/lib/.libs/"
pip install pyaudio
libmagic (special instructions no longer needed as of 2023-06-27)
brew install libmagic
git clone https://github.com/dveselov/python-libmagic.git
python setup.py install
pip uninstall python-magic; pip install python-magic-bin==0.4.14
The text was updated successfully, but these errors were encountered: