我正在使用PHP,Laravel框架开发Web应用程序。我现在要做的是我也在运行PHP代码中的python脚本。所以我在项目的公共文件夹中添加了一些python文件。我使用PHP的exec()函数运行python文件。然后我在我的Heroku服务器上安装了Python Webpack来支持python。当我将代码推送到Github时,项目将重建。重建时,它会抛出错误。这是错误。
App not compatible with buildpack: https://codon-buildpacks.s3.amazonaws.com/buildpacks/heroku/python.tgz
More info: https://devcenter.heroku.com/articles/buildpacks#detection-failure
! Push failed
但该项目在当地工作正常。会出现什么问题?我认为它无法构建,因为它看到了PHP文件。