I have a python flask app I\'m running on Heroku which uses the soundfile library. After adding soundfile to requirements.txt Heroku gave me this e
soundfile
requirements.txt
Create an 'Aptfile' and add the following lines:
libasound2-dev python-dev python-numpy python-setuptools libsndfile-dev
This worked for me.