Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resuming errored downloads #12227

Closed
1 task done
bwarre471 opened this issue Aug 14, 2023 · 1 comment
Closed
1 task done

Resuming errored downloads #12227

bwarre471 opened this issue Aug 14, 2023 · 1 comment
Labels
resolution: duplicate Duplicate of an existing issue/PR

Comments

@bwarre471
Copy link

What's the problem this feature will solve?

When installation is done, downloaded packages are cached. But not in the case download of one package failed. With resuming downloads, on files that are already at the computers, adding offset in https request, we can resume download.

On slow internet connections, downloading 1GB package is doom if it often disconnects, therefore, if file is partially downloaded, we could resume this download.

Describe the solution you'd like

I would like, that if some download was interrupted by the disconnection it could be continued, not reseted.

Alternative Solutions

Only alternative now is downloading again.

Additional context

pip install $bigpackage

Code of Conduct

@bwarre471 bwarre471 added S: needs triage Issues/PRs that need to be triaged type: feature request Request for a new feature labels Aug 14, 2023
@uranusjr
Copy link
Member

Duplicate of #4796

Please consider searching for existing issues before opening new in the future.

@uranusjr uranusjr closed this as not planned Won't fix, can't repro, duplicate, stale Aug 15, 2023
@uranusjr uranusjr added resolution: duplicate Duplicate of an existing issue/PR and removed type: feature request Request for a new feature S: needs triage Issues/PRs that need to be triaged labels Aug 15, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
resolution: duplicate Duplicate of an existing issue/PR
Projects
None yet
Development

No branches or pull requests

2 participants