You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello there. Much like a previous user, who posted this issue: #77, I am trying to build a web app that uses PyAudio (and in fact, largely have built it and would now like to deploy it). I'm using the heroku-buildpack-apt buildpack, and my pipeline is as follows:
Hello there. Much like a previous user, who posted this issue: #77, I am trying to build a web app that uses PyAudio (and in fact, largely have built it and would now like to deploy it). I'm using the heroku-buildpack-apt buildpack, and my pipeline is as follows:
https://buildpack-registry.s3.amazonaws.com/buildpacks/heroku-community/apt.tgz
https://github.com/timanovsky/subdir-heroku-buildpack
heroku/python
(subdir because I have a monorepo with all the django/python stuff in a
server/
folder)My Aptfile contains the following:
The build fails, despite seeming to succeed in installing the .debs for PortAudio:
any ideas?
Thanks
The text was updated successfully, but these errors were encountered: