0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

herokuでpushできなくて困った

Posted at
error: failed to push some refs to 'https://git.heroku.com/アプリ名.git'

というエラーが出た。

herokuの管理画面の「Activity」でlogを確認したら、

Pillow
が入ってないということで怒られていたので、
requirements.txtに

Pillow==6.2.1

を追加したところ直った。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?