Django girls tutorialをUbuntu上で行っているのですが、「デプロイ!」
https://djangogirlsjapan.gitbooks.io/workshop_tutorialjp/deploy/
のDeploy to Heroku!のところでエラーが発生します。
チュートリアル通りにやっていると思うのですが、(Pythonのverのところだけ変えました)うまく行きませんでした。
発生したエラーは以下の通りです。
[user@h] djangogirls 22:41:37 $ git push heroku master
Counting objects: 24, done.
Delta compression using up to 2 threads.
〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜〜省略
remote: Error: could not determine PostgreSQL version from '10.3'
remote:
remote: ----------------------------------------
remote: Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-az07sejp/psycopg2/
remote: ! Push rejected, failed to compile Python app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to fierce-depths-48856.
remote:
To https://git.heroku.com/fierce-depths-48856.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/fierce-depths-48856.git'
PostgreSQL(?)をアップグレードしたら良いのでしょうか。
エラーの読み方もちゃんとわかってない初心者ですが、
お時間ありましたら、ご回答よろしくお願いいたします
回答3件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/05/29 02:42