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
Hi all, I too had that problem what i did is pip uninstall pyaudio pip install pyaudio I uninstall and again installed and be carefull of the name paint16 it should be FORMAT = pyaudio.paInt16
thanks
I've installed pyaudio from source and pynum via pip. Python version 3.3.3. I get this error:
File "send.py", line 6, in
FORMAT = pyaudio.paInt16
AttributeError: 'module' object has no attribute 'paInt16'
The text was updated successfully, but these errors were encountered: