error: failed to push some refs to 'https://git.heroku.com/アプリ名.git'
というエラーが出た。
herokuの管理画面の「Activity」でlogを確認したら、
Pillow
が入ってないということで怒られていたので、
requirements.txtに
Pillow==6.2.1
を追加したところ直った。
Go to list of users who liked
Share on X(Twitter)
Share on Facebook
More than 5 years have passed since last update.
error: failed to push some refs to 'https://git.heroku.com/アプリ名.git'
というエラーが出た。
herokuの管理画面の「Activity」でlogを確認したら、
Pillow
が入ってないということで怒られていたので、
requirements.txtに
Pillow==6.2.1
を追加したところ直った。
Register as a new user and use Qiita more conveniently
Go to list of users who liked