poetry install fails when updating certifi when poetry config virtualenvs.create false --local is set #4470
Closed
3 tasks done
Labels
kind/bug
Something isn't working as expected
-vvv
option).Issue
There seems to be an issue running poetry install when:
My understanding (guess) is that, since poetry updates packages in parallel, if it is updating the
certifi
package while updating others, it can fail to find a cert. In the stack trace that I will post, it is clear thatcertifi
is updating when the error happens. I believe this is some race condition because it happened to a coworker 2/3 times when he encountered the bug.In the case where I am posting, it was happening consistently.
A workaround for this is to move away from using
poetry config virtualenvs.create false
, which I can do in one project, but not another.Any help would be appreciated.
Full output:
The text was updated successfully, but these errors were encountered: