Python Forum

Full Version: help with PyAudio
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i need help with pyaudio, i do everything i can, but my Pycharm dont let me install that import, so please help me
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