Created
June 1, 2014 19:10
-
-
Save stefanfoulis/f381338b1cd16c6cbf8d to your computer and use it in GitHub Desktop.
deis/example-python-django fails to build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# git push deis master | |
Counting objects: 1, done. | |
Writing objects: 100% (1/1), 186 bytes | 0 bytes/s, done. | |
Total 1 (delta 0), reused 0 (delta 0) | |
-----> Python app detected | |
-----> No runtime.txt provided; assuming python-2.7.6. | |
-----> Preparing Python runtime (python-2.7.6) | |
remote: /tmp/buildpacks/heroku-buildpack-python/bin/compile: line 186: cd: /tmp/buildpacks/heroku-buildpack-python/vendor/setuptools-3.6/: No such file or directory | |
-----> Installing Setuptools (3.6) | |
remote: /tmp/buildpacks/heroku-buildpack-python/bin/compile: line 193: cd: /tmp/buildpacks/heroku-buildpack-python/vendor/pip-1.5.5/: No such file or directory | |
-----> Installing Pip (1.5.5) | |
-----> Installing dependencies using Pip (1.5.5) | |
remote: /tmp/buildpacks/heroku-buildpack-python/bin/compile: line 224: /app/.heroku/python/bin/pip: No such file or directory | |
remote: Slugbuilder returned error code | |
To ssh://[email protected]:2222/example-python-django.git | |
07fcfbc..7f5ff03 master -> master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment