Hello,
I am getting the error “Unable to locate package libportaudio0” when trying to install the Python Linux SDK using the command.
sudo apt-get install libatlas-base-dev libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev
I would point out that I am using the 64bit version of the Raspberry Pi OS Bullseye.
Any help ?
Run this command it will solve your issue
sudo apt install portaudio19-dev
5 Likes
Hi I am currently using a Rpi4 on Bookworm OS, having the same issue as mentioned above but the solution does not work for me. Is there any new solution as all the solutions posted do not seem to work
The steps i am following:
The code:
sudo apt-get install libatlas-base-dev libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev
The error message:
E: unable to locate package libportaudio0
Even after running the solution above i am unable to use the Python SDK.
Currently needed to run my .eim file on rpi4 using python code to call my model.
Any help is appreciated
Thank you