Hello @Jaiharish-passion07
I think we had this issue before here: PortAudio Library Not Found
Depending on where you are deploying there should be an intermediate step to instapp apt packages, this is where you’d want to install PortAudio. Hope that clears some things up!
EDIT: ah wait this is on Streamlit Share, let me check real quick.
EDIT2: so I “think” I got this working using this. Did not fully test but it doesn’t err anymore at the install.
Add a packages.txt
file at the root of your project with the following contents:
build-essential
libasound-dev
portaudio19-dev
python3-pyaudio
You can check this repo for a working example.
Have a nice day,
Fanilo