Poetry dependencies cache behaviour #5391
Unanswered
radekbenkel
asked this question in
Q&A
Replies: 1 comment
-
|
Also want to know! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
If I have two projects (in this case identical, but that shouldn't be the case) I would assume that when installing the same dependency again
poetrywill not be downloading dependencies for the second time. Unfortunately, it does, which is marked byDownloading... xxx%during second run.Log of my operations below:
My config:
I'm on
macOS. I checked and cache directory forpypiis created under~/Library/Caches/pypoetry/cache/repositoriesafter first installation.What am I doing wrong? Did I miss some setting?
Beta Was this translation helpful? Give feedback.
All reactions