From 4726cfdac90913b5ba68daf345520cf06bb8ae4f Mon Sep 17 00:00:00 2001 From: Mathieu Date: Thu, 19 Aug 2021 18:16:18 +0200 Subject: [PATCH] add python3 note to pyaudio error readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 850096e..979ff32 100644 --- a/README.md +++ b/README.md @@ -78,4 +78,5 @@ Common errors than I personally encoured during this project, hope this can help ### Error during installation of PyAudio: Do the following command `sudo apt-get install portaudio19-dev python-pyaudio` +*Note: if the package `python-pyaudio` is not found try `python3-pyaudio`* [Source](https://ourcodeworld.com/articles/read/974/how-to-solve-installation-error-of-pyaudio-in-ubuntu-18-04-fatal-error-portaudio-h-file-not-found) \ No newline at end of file