Created
November 22, 2018 22:43
-
-
Save jrmmendes/f60930502b9f322b12791564952a38f1 to your computer and use it in GitHub Desktop.
Erro ao tentar dar deploy no heroku
This file contains hidden or 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
remote: Building source: | |
remote: | |
remote: -----> Python app detected | |
remote: -----> Installing python-3.6.7 | |
remote: -----> Installing pip | |
remote: -----> Installing SQLite3 | |
remote: -----> Installing requirements with pip | |
remote: Collecting Django==2.1 (from -r /tmp/build_519405a6e8ad50f50bd18e6856196acb/requirements.txt (line 1)) | |
remote: Downloading https://files.pythonhosted.org/packages/51/1a/e0ac7886c7123a03814178d7517dc822af0fe51a72e1a6bff26153103322/Django-2.1-py3-none-any.whl (7.3MB) | |
remote: Collecting pkg-resources==0.0.0 (from -r /tmp/build_519405a6e8ad50f50bd18e6856196acb/requirements.txt (line 2)) | |
remote: Could not find a version that satisfies the requirement pkg-resources==0.0.0 (from -r /tmp/build_519405a6e8ad50f50bd18e6856196acb/requirements.txt (line 2)) (from versions: ) | |
remote: No matching distribution found for pkg-resources==0.0.0 (from -r /tmp/build_519405a6e8ad50f50bd18e6856196acb/requirements.txt (line 2)) | |
remote: ! Push rejected, failed to compile Python app. | |
remote: | |
remote: ! Push failed | |
remote: Verifying deploy... | |
remote: | |
remote: ! Push rejected to engaj-test. | |
remote: | |
To https://git.heroku.com/engaj-test.git | |
! [remote rejected] master -> master (pre-receive hook declined) | |
error: failed to push some refs to 'https://git.heroku.com/engaj-test.git' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment