Jonathan Asked: 2017-05-15 18:31:43 +0800 CST2017-05-15 18:31:43 +0800 CST 2017-05-15 18:31:43 +0800 CST How do I get pyaudio 0.2.9 installed on Ubuntu 16.04? 772 I can't find a PPA, and pyaudio 0.2.7 is what is shipped software-installation 1 Answers Voted Jonathan 2017-05-15T18:31:43+08:002017-05-15T18:31:43+08:00 This is an issue with pip... Somehow it still doesn't install all the dependancies yet sudo apt purge python3-pyaudio sudo apt install portaudio19-dev python-all-dev sudo pip3 install pyaudio==0.2.9 --upgrade
This is an issue with
pip
... Somehow it still doesn't install all the dependancies yet