Python Forum
help with PyAudio - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: help with PyAudio (/thread-32054.html)



help with PyAudio - Leo12143 - Jan-18-2021

Hello, i need help with pyaudio, i do everything i can, but my Pycharm dont let me install that import, so please help me


RE: help with PyAudio - DT2000 - Jan-18-2021

Pyaudio requires python 3.6. It is not compatible with newer versions.
Try downgrading your python version to 3.6 and if you still have an issue this generally fixes your error.
pip install pipwin
pipwin Install PyAudio