Answers for "AttributeError: Could not find PyAudio; check installation in ubuntu 20.04"

1

could not find pyaudio check installation

pip install pipwin
pipwin install pyaudio
Posted by: Guest on February-22-2021
0

pyaudio install error ubuntu

#in ubuntu 20.04 LTS
#for python3
sudo apt-get install portaudio19-dev python3-pyaudio
Posted by: Guest on August-23-2021

Code answers related to "AttributeError: Could not find PyAudio; check installation in ubuntu 20.04"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language