I'm trying to import pyaudio
i installed portaudio
with the command brew install portaudio
and i installed pyaudio
with pip
now Im trying to import pyaudio
and python shows me the error
Could not import the PyAudio C module '_portaudio'
now when i try to follow the instructions of the answer of pyaudio could not import _portaudio
the portaudio tar doesn't have the install file
What can i do?
Python: 3.4
Operating system: Mac OSX the captain