Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/290.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 多构建包不工作_Python_Git_Heroku_Buildpack - Fatal编程技术网

Python 多构建包不工作

Python 多构建包不工作,python,git,heroku,buildpack,Python,Git,Heroku,Buildpack,我已经有了一个服务器安装和建设包正在工作。。。我正试图以同样的方式安装新服务器,但构建包无法正常工作 我正在使用的构建包是 当我将提交推送到旧服务器时是这样的 remote: -----> Fetching custom git buildpack... done remote: -----> Multipack app detected remote: =====> Downloading Buildpack: https://github.com/cyberdelia/he

我已经有了一个服务器安装和建设包正在工作。。。我正试图以同样的方式安装新服务器,但构建包无法正常工作

我正在使用的构建包是

当我将提交推送到旧服务器时是这样的

remote: -----> Fetching custom git buildpack... done
remote: -----> Multipack app detected
remote: =====> Downloading Buildpack: https://github.com/cyberdelia/heroku-geo-buildpack.git
remote: =====> Detected Framework: geos/gdal/proj
remote:        Using geos version: 3.4.2
remote:        Using gdal version: 1.11.1
remote:        Using proj version: 4.8.0_1
remote: -----> Vendoring geo libraries done
remote: =====> Downloading Buildpack: https://github.com/heroku/heroku-buildpack-python
remote: =====> Detected Framework: Python
remote: -----> Installing dependencies with pip
但是当我推到新服务器时,它看起来是这样的,并且没有使用正确的构建包(和)


这可能是因为我没有在github上指定版本,所以在每台服务器上使用不同版本的构建包?如果是这种情况,我如何知道我在旧服务器上使用的版本,以便正确设置新服务器?。。。新服务器肯定无法正常工作,甚至没有安装pip。

Heroku现在拥有一流的多构建包支持-请参阅

我遇到了这个问题,我能知道如何解决这个问题吗?
remote: -----> Fetching custom git buildpack... done
remote: -----> geos/gdal/proj app detected
remote:        Using geos version: 3.4.2
remote:        Using gdal version: 1.11.1
remote:        Using proj version: 4.8.0_1
remote: -----> Fetching and vendoring geos
remote: -----> Fetching and vendoring gdal
remote: -----> Fetching and vendoring proj
remote: -----> Vendoring geo libraries done
remote: -----> Discovering process types
remote:        Procfile declares types -> web