From aa85e9fbd8d1271d9e7a88199f125e0a026292ca Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Mon, 14 Aug 2017 14:48:51 -0400 Subject: [PATCH] 3.5.1 out of box fails, 3.6.2 works Otherwise you get this error: ``` remote: -----> Python app detected remote: -----> Installing python-3.5.1 remote: -----> Installing pip remote: -----> Installing requirements with pip remote: /app/tmp/buildpacks/779a8bbfbbe7e1b715476c0b23fc63a2103b3e4131eda558669aba8fb5e6e05682419376144189b29beb5dee6d7626b4d3385edb0954bffea6c67d8cf622fd51/bin/steps/pip-install: line 7: /app/.heroku/python/bin/pip: No such file or directory remote: ! Push rejected, failed to compile Python app. ``` --- runtime.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.txt b/runtime.txt index 78082e3a..cfa5aa5c 100644 --- a/runtime.txt +++ b/runtime.txt @@ -1 +1 @@ -python-3.5.1 +python-3.6.2