-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
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 installexport CFLAGS="-Ipwd/portaudio-v19/include/ -Lpwd/portaudio-v19/lib/.libs/"(with appropriate directories)
- as of 2023-06-27:
export CFLAGS="-Ipwd/include/ -Lpwd/lib/.libs/"
pip install pyaudio
libmagic (special instructions no longer needed as of 2023-06-27)
brew install libmagicgit clone https://github.com/dveselov/python-libmagic.gitpython setup.py install- Might also need to do
pip uninstall python-magic; pip install python-magic-bin==0.4.14
- Might also need to do
Metadata
Metadata
Assignees
Labels
No labels