i am trying deploy a web service using flask which involves pyaudio dependency.i dont understand the error .it is showing ERROR: PyAudio-0.2.11-cp311-cp311-win_amd64.whl is not a supported wheel on this platform how to resolve this error.it will be even better if we know what versions are supported by render.
Hi there,
Looking at your requirements.txt you are using PyAudio from your local machine: https://github.com/dharanish-05/portfolio/blob/main/requirements.txt#L17. This is not going to work. Firstly it points to your local machine, secondly it is Windows version of PyAudio and your Render service will be using Linux.
You probably should use the version directly from pypi.org: https://pypi.org/project/PyAudio/.
That being said I’m not sure if pyaudio will work in a Renders native environment, we may not have the OS-level packages it requires.
Regards,
Keith
Render Support, UTC+10
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.