I386 Support is deprecated in recent OSx versions, so solving this requires modifying configure files. I recently needed this since I wanted to transcribe audio from mic using Google Cloud API. Do I have to do something special to enable my port audio macport installation? Is that first warning a problem? I'm a bit surprised it's saying no file or directory for portaudio.h. Src/_portaudiomodule.c:33:25: error: pa_mac_core.h: No such file or directory Src/_portaudiomodule.c:29:23: error: portaudio.h: No such file or directory Gcc-4.2 -fno-strict-aliasing -fno-common -dynamic -isysroot /Developer/SDKs/MacOSX10.6.sdk -arch i386 -arch x86_64 -g -O2 -DNDEBUG -g -O3 -DMACOSX=1 -I/Library/Frameworks/amework/Versions/2.7/include/python2.7 -c src/_portaudiomodule.c -o build/temp.macosx-10.6-intel-2.7/src/_portaudiomodule.o -fno-strict-aliasing Warning: no files found matching '*.c' under directory 'test' Running setup.py egg_info for package pyaudio
Which returns: Downloading/unpacking pyaudio > Scanning binaries for linking errors: 100.0% I first tried to install portaudio: sudo port install portaudio I have a virtualenv set up for the project.
I'm having trouble installing pyaudio correctly.