We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ac0d3d commit b99e082Copy full SHA for b99e082
src/pip/_internal/operations/prepare.py
@@ -471,6 +471,7 @@ def _complete_partial_requirements(
471
logger.debug("Downloading link %s to %s", link, filepath)
472
req = links_to_fully_download[link]
473
req.local_file_path = filepath
474
+ self._downloaded[req.link.url] = filepath
475
476
# This step is necessary to ensure all lazy wheels are processed
477
# successfully by the 'download', 'wheel', and 'install' commands.
0 commit comments