Running multiple poetry install
in parallel causes race condition of packages
#7154
Closed
4 tasks done
Labels
status/duplicate
Duplicate issues
-vvv
option) and have included the output below.Issue
I'm working on monorepo containing 5 poetry projects. My script executes
poetry install
in parallel to build these projects simultaneously, which causes race condition in the cached packages as shown below.I tried
--no-cache
option but in vein. It seems conflicted packages are in${cache-dir}/artifact
, not in${cache-dir}/cache
.The text was updated successfully, but these errors were encountered: