1
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 5 years have passed since last update.

【Beanstalk】 import uuidでエラーが出た時の対処法

Last updated at Posted at 2019-12-18

エラー

  • デプロイ時、import uuid...138 if not 0 <= time_low < 1<<32Lのようなエラーが出る
  • その後、デプロイしようとしても失敗してしまう

原因

requirements.txtuuidが含まれた状態でデプロイすると、環境が壊れてしまう(らしい)

対処法

  1. Beanstalkのコンソール画面からAction > 環境の再構築
  2. requirements.txtからuuidを削除
  3. 再デプロイ

参考

1
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
1
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?