-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Labels
C: install reportpip install --reportpip install --reporttype: enhancementImprovements to functionalityImprovements to functionalitytype: performanceCommands take too long to runCommands take too long to run
Description
Description
When running pip install --dry-run {package}
pip downloads the metadata file and then the full wheel
Expected behavior
Dry run installs don't need to download the full wheels
pip version
24.0
Python version
3.11
OS
Linux
How to Reproduce
pip install --dry-run kaleido==0.2.1
Output
$ pip install --dry-run kaleido==0.2.1
Collecting kaleido==0.2.1
Downloading kaleido-0.2.1-py2.py3-none-manylinux1_x86_64.whl.metadata (15 kB)
Downloading kaleido-0.2.1-py2.py3-none-manylinux1_x86_64.whl (79.9 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.9/79.9 MB 34.6 MB/s eta 0:00:00
Would install kaleido-0.2.1
Code of Conduct
- I agree to follow the PSF Code of Conduct.
pelson, sschuberth, zahlman and kinchungwong
Metadata
Metadata
Assignees
Labels
C: install reportpip install --reportpip install --reporttype: enhancementImprovements to functionalityImprovements to functionalitytype: performanceCommands take too long to runCommands take too long to run