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
Python version: 3.8.5, but I think it is irrelevant
OS: Debian, but I think it is irrelevant
Description
Currently pip download (and pip wheel also I believe) download distributions to a temporary directory. I think this is to unpack sdists (and historically wheels as well), and probably it also has something to do with caching (I'm not really familiar with the caching mechanism and would love to know the answer).
Environment
Description
Currently
pip download
(andpip wheel
also I believe) download distributions to a temporary directory. I think this is to unpack sdists (and historically wheels as well), and probably it also has something to do with caching (I'm not really familiar with the caching mechanism and would love to know the answer).pip/src/pip/_internal/operations/prepare.py
Lines 134 to 136 in ea10d0e
Later these will be copied to the download_dir:
pip/src/pip/_internal/operations/prepare.py
Lines 545 to 560 in ea10d0e
I'm wondering is there any reason not to download, at least wheels, directly to the user-specified directory and avoid copying.
This was initially raised as a TODO in #8737 (comment) but was suggested by @chrahunt to be filed in a separate issue instead.
The text was updated successfully, but these errors were encountered: