pip
pip copied to clipboard
pip install prints the wrong packages installed
Description
I ran pip upgrade. I got many packagers uninstalled and installed.
At the end I get this line:
Successfully installed Faker-25.3.0 boto3-1.34.117 botocore-1.34.117 django-crispy-forms-2.1 django-debug-toolbar-4.4.2 django-translated-fields-0.12.0 factory-boy-3.3.0 pillow-10.3.0 s3transfer-0.10.1 sqlparse-0.5.0 typing_extensions-4.12.1 urllib3-2.2.1
Then I run pip freeze:
$ pip freeze
asgiref==3.8.1
boto3==1.35.2
botocore==1.35.2
crispy-bootstrap4==2024.1
Django==4.2.15
django-admin-inline-paginator-plus==0.1.1
django-crispy-forms==2.3
django-debug-toolbar==4.4.6
django-environ==0.11.2
django-friendship==1.9.6
django-translated-fields==0.13.0
factory_boy==3.3.1
Faker==27.0.0
haversine==2.8.1
jmespath==1.0.1
pillow==10.4.0
psycopg2==2.9.9
pymemcache==4.0.0
python-dateutil==2.9.0.post0
pytz==2024.1
rules==3.4
s3transfer==0.10.2
six==1.16.0
sorl-thumbnail==12.10.0
sqlparse==0.5.1
typing_extensions==4.12.2
tzdata==2024.1
urllib3==2.2.2
The packages printed are not the packages installed. Actually they were uninstalled.
Expected behavior
No response
pip version
pip 24.2
Python version
Python 3.11.9, Python 3.12.4
OS
Windows 11
How to Reproduce
- Clone https://github.com/speedy-net/speedy-net
- Run
pip install --upgrade -r requirements.txt -r tests-requirements.txt -r debug-requirements.txt
- Run
pip install --upgrade -r requirements-pip-upgrade.txt -r tests-requirements-pip-upgrade.txt -r debug-requirements-pip-upgrade.txt
Output
No response
Code of Conduct
- [X] I agree to follow the PSF Code of Conduct.