Error installing SDK on 64bit Raspberry PI Bullseye

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

Many thanks.

That fixed it.

Ross.