-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
C: dependency resolutionAbout choosing which dependencies to installAbout choosing which dependencies to installtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
Description
This is a followup to #10788
Attached is a callgrind
pip_callgrind.zip
The bulk of the time is spent creating Version objects
Expected behavior
No response
pip version
pip 23.2.1 from /root/ztest/lib/python3.11/site-packages/pip (python 3.11)
Python version
3.11
OS
alpine 3.18 linux
How to Reproduce
Must use alpine 3.18 linux
python3 -m cProfile -o all.pstats -m pip install --no-cache-dir --only-binary=:all: --index-url https://wheels.home-assistant.io/musllinux-index/ -r /usr/src/homeassistant/requirements_all.txt
https://github.com/home-assistant/core/blob/dev/requirements_all.txt
or
Dockerfile https://github.com/home-assistant/core/blob/dev/Dockerfile
Output
No response
Code of Conduct
- I agree to follow the PSF Code of Conduct.
truongvanthong
Metadata
Metadata
Assignees
Labels
C: dependency resolutionAbout choosing which dependencies to installAbout choosing which dependencies to installtype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior