-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
C: outputRelated to what pip printsRelated to what pip printsstate: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: feature requestRequest for a new featureRequest for a new feature
Description
What's the problem this feature will solve?
Right now after a package has been downloaded there is eta 0:00:00
shown.
$ pip install --upgrade --force pip
Collecting pip
Downloading pip-25.1.1-py3-none-any.whl.metadata (3.6 kB)
Downloading pip-25.1.1-py3-none-any.whl (1.8 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 22.1 MB/s eta 0:00:00
Installing collected packages: pip
Attempting uninstall: pip
Found existing installation: pip 25.1.1
Uninstalling pip-25.1.1:
Successfully uninstalled pip-25.1.1
Successfully installed pip-25.1.1
Describe the solution you'd like
It would be nice to show time taken to download package after it has been downloaded instead of eta 0:00:00
.
Alternative Solutions
None
Additional context
None
Code of Conduct
- I agree to follow the PSF Code of Conduct.
Metadata
Metadata
Assignees
Labels
C: outputRelated to what pip printsRelated to what pip printsstate: awaiting PRFeature discussed, PR is neededFeature discussed, PR is neededtype: feature requestRequest for a new featureRequest for a new feature