i am trying to build an app with python i have done it offline and it's working now trying to push it online i need to install pyaudio but i am getting this error anytime i try to install pyaudio.
this is the error
Collecting pyaudio Using cached PyAudio-0.2.11.tar.gz (37 kB)Building wheels for collected packages: pyaudio Building wheel for pyaudio (setup.py) ... error ERROR: Command errored out with exit status 1: command: /home/gawo/python_test/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-7rnjyqt4/pyaudio/setup.py'"'"'; file='"'"'/tmp/pip-install-7rnjyqt4/pyaudio/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(file);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, file, '"'"'exec'"'"'))' bdist_wheel -d /tmp/pip-wheel-xjgnvxh3 cwd: /tmp/pip-install-7rnjyqt4/pyaudio/ Complete output (15 lines): running bdist_wheel running build running build_py creating build creating build/lib.linux-x86_64-3.6 copying src/pyaudio.py -> build/lib.linux-x86_64-3.6 running build_ext building '_portaudio' extension creating build/temp.linux-x86_64-3.6 creating build/temp.linux-x86_64-3.6/src gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.6m -c src/_portaudiomodule.c -o build/temp.linux-x86_64-3.6/src/_portaudiomodule.o gcc -pthread -shared -Wl,-z,relro -g build/temp.linux-x86_64-3.6/src/_portaudiomodule.o -L/usr/lib64 -lportaudio -lpython3.6m -o build/lib.linux-x86_64-3.6/_portaudio.cpython-36m-x86_64-linux-gnu.so /home/linuxbrew/.linuxbrew/bin/ld: cannot find crti.o: No such file or directory collect2: error: ld returned 1 exit status error: command 'gcc' failed with exit status 1
ERROR: Failed building wheel for pyaudio