# 20240311170053 poetry add で Failed to create.. というエラーが出る #python #poetry ``` $ keyring --disable ``` とすると、できるようになる。 `PYTHON_KEYRING_BACKEND=keyring.backends.null.Keyring` と設定した環境変数を作っても良いらしい。 ## Ref. - [【IT】poetryの導入|T A](https://note.com/t_ak66/n/nea7317511e9d) - [Keyring errors during non-publishing operations · Issue #1917 · python-poetry/poetry · GitHub](https://github.com/python-poetry/poetry/issues/1917) - [続:ラズパイでPoetryを「Failed to create the collection:」エラー - 地平線まで行ってくる。](https://bwgift.hatenadiary.jp/entry/2022/12/24/171805)