diff --git a/content/20240311170053 poetry add で Failed to create.. というエラーが出る.md b/content/20240311170053 poetry add で Failed to create.. というエラーが出る.md new file mode 100644 index 0000000..06609c4 --- /dev/null +++ b/content/20240311170053 poetry add で Failed to create.. というエラーが出る.md @@ -0,0 +1,12 @@ +# 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) \ No newline at end of file