You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been using PDM for managing my Python projects, and I've noticed a consistent issue when adding or updating packages. Every time I run pdm add or pdm update, it seems to download a large amount of data from PyPI (around 2 to 3 GB each time).
For context, this happens regardless of whether I'm adding a single package or multiple ones. It also occurs even if I believe the dependencies haven't changed much since the last update.
My Questions:
Is it normal for PDM to download this much data every time I add or update a package?
Could there be something wrong with my PDM configuration that’s causing excessive downloads?
Is there a way to reduce the download size or prevent PDM from repeatedly fetching the same packages?
I appreciate any insights or suggestions on how to resolve or troubleshoot this issue.
Thank you in advance!
Here is the content of my pdm info && pdm info --env:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello everyone,
I've been using PDM for managing my Python projects, and I've noticed a consistent issue when adding or updating packages. Every time I run
pdm add
orpdm update
, it seems to download a large amount of data from PyPI (around 2 to 3 GB each time).For context, this happens regardless of whether I'm adding a single package or multiple ones. It also occurs even if I believe the dependencies haven't changed much since the last update.
My Questions:
I appreciate any insights or suggestions on how to resolve or troubleshoot this issue.
Thank you in advance!
Here is the content of my
pdm info && pdm info --env
:Here is my
pyproject.toml
:Here is my
pdm config
:If you need further help or clarification, feel free to ask!
Beta Was this translation helpful? Give feedback.
All reactions