Hello, I wanted to install PyAudio on PyCharm myself, but when I enter pip install PyAudio, I get an error
Command ""C:\Users\predator\PycharmProjects\ app\venv\Scripts\python.exe" -u -c "import setuptools, token ize;__file__='C:\\Users\\predator\\AppData\\Local\\Temp\\pip-install-bhwj7hx9\\PyAudio\\setup.py';f=getat tr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __f ile__, 'exec'))" install --record C:\Users\predator\AppData\Local\Temp\pip-record-v5syfklm\install-record .txt --single-version-externally-managed --compile --install-headers "C:\Users\predator\PycharmProjects\ app\venv\include\site\python3.7\PyAudio"" failed with error code 1 in C:\Users\predator\AppData\Local\Tem p\pip-install-bhwj7hx9\PyAudio\ You are using pip version 10.0.1, however version 18.1 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.