add python3 note to pyaudio error readme
This commit is contained in:
parent
b515823783
commit
4726cfdac9
@ -78,4 +78,5 @@ Common errors than I personally encoured during this project, hope this can help
|
|||||||
### Error during installation of PyAudio:
|
### Error during installation of PyAudio:
|
||||||
|
|
||||||
Do the following command `sudo apt-get install portaudio19-dev python-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)
|
[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)
|
Reference in New Issue
Block a user