[Solved] Why did push of a Flask app to Heroku failed?

The error message says it all: xlwings requires an installation of Excel and therefore only works on Windows and macOS. To enable the installation on Linux nevertheless, do: export INSTALL_ON_LINUX=1; pip install xlwings You might be using a package in your app named xlwings which is built to be used on Windows and Mac but … Read more