Search code examples
pythonterminalpyaudio

ERROR: Command errored out with exit status 1: while installing pyAudio in Pycharm


I do not know why i am getting this error,I have tried running the command pip install PyAudio in the terminal but shows error message:

'pip' is not recognized as an internal or external command,
operable program or batch file.

Anyone know how to solve this, thanks!


Solution

  • probably pip is not in your system path directory you can check this link out for more info "https://stackoverflow.com/questions/23708898/pip-is-not-recognized-as-an-internal-or-external-command#:~:text=You%20need%20to%20add%20the,added%20to%20your%20PATH%20variable".