Hi there, I’m doing some audio stuff with a FastAPI backend. I’m running into this error:
OSError: PortAudio library not found
From online, it seems like the solution is ```
sudo apt-get install libportaudio2
Hi there, I’m doing some audio stuff with a FastAPI backend. I’m running into this error:
OSError: PortAudio library not found
From online, it seems like the solution is ```
sudo apt-get install libportaudio2
Hi there,
If you need to be in full control of the packages at the system level then you will need to change to using a Docker deployment, and then you can specify all the dependencies you need there,
Regards,
John B
Render Support, UTC+1
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.