Error message during build: fatal error: portaudio.h: No such file or directory compilation terminated. error: command '/usr/bin/gcc' failed with exit code 1
The issue is due to python-all-dev being deprecated and unavailable in non standard Ubuntu installations.
Installing only PortAudio development headers fixes the problem: sudo apt-get updatesudo apt-get install portaudio19-dev