Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Poetry stuck in infinite install/update

My issue is that when I execute poetry install, poetry update or poetry lock the process keeps running indefinitely.

I tried using the -vvv flag to get output of what's happening and it looks like it gets stuck forever in the first install.

My connection is good and all packages that I tried installing exist.

I use version 1.2.1 but I cannot upgrade to newer versions because the format of the .lock file is different and our pipeline fails.

like image 547
DocPython Avatar asked Sep 06 '25 17:09

DocPython


1 Answers

As @Daniel Byrne said in the comments:

poetry config keyring.enabled false

This seems to work best.

like image 84
Raj Maheshwari Avatar answered Sep 09 '25 07:09

Raj Maheshwari