python - multi buildpack not working heroku -


i have server setup , build pack working... trying setup new server same exact way build pack isn't working correctly.

the build pack using https://github.com/ddollar/heroku-buildpack-multi.git

when push commit old server looks this

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 pip 

but when push new server looks , doesn't use correct build packs (https://github.com/cyberdelia/heroku-geo-buildpack.git , https://github.com/heroku/heroku-buildpack-python)

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 , vendoring geos remote: -----> fetching , vendoring gdal remote: -----> fetching , vendoring proj remote: -----> vendoring geo libraries done remote: -----> discovering process types remote:        procfile declares types -> web 

is maybe because using different versions of build pack on each server since didn't specify version on github? if case how know version using on old server can correctly setup new server?... new server isn't working , hasn't installed pip.

heroku has first class multibuildpack support - see https://devcenter.heroku.com/articles/using-multiple-buildpacks-for-an-app


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -