I Use The Python Version 3.8.2 And When I Try To Install PyAudio It Gives ME This: ERROR: Command errored out with exit status 1: command How Can I Fix It?
4/27/2020 7:50:32 PM
Ahmad Tarek7 Answers
New AnswerThe error is basically caused by the missing portaudio.h file in the system. PortAudio is a free, cross-platform, open-source, audio I/O library. Trying using this: sudo apt-get install portaudio19-dev python-pyaudio
So I also tried but nothing works with that error generated every time ,also it says no such file or directory portaudio.h
https://github.com/termux/termux-packages/issues/2962 ,This whole thread gives solutions for it but doesn't seems to be working for me
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message