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

Downloads of packages served via torrent #7647

Closed
johnandersen777 opened this issue Jan 24, 2020 · 4 comments
Closed

Downloads of packages served via torrent #7647

johnandersen777 opened this issue Jan 24, 2020 · 4 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@johnandersen777
Copy link

What's the problem this feature will solve?
On poor internet connections, downloading large packages can result in the installation terminating, and the user having to re-try, which could just fail again.

Describe the solution you'd like
It would be nice if packages could be served via torrents, and pip could download them. That way if a TCP/internet connection is dropped, the download would resume when it comes back up.

This benefits

  • Those without access to reliable internet (this is obviously the major one)
  • CI runs which sometimes have network issues seemingly at random

Alternative Solutions

  • You could download every package with wget -c, then install.

Additional context
None at the moment.

@triage-new-issues triage-new-issues bot added the S: needs triage Issues/PRs that need to be triaged label Jan 24, 2020
@pradyunsg
Copy link
Member

Are you basically asking for a "resume download" functionality?

@johnandersen777
Copy link
Author

johnandersen777 commented Jan 24, 2020

Are you basically asking for a "resume download" functionality?

Yes. That works in combination with install.

@johnandersen777
Copy link
Author

Ah, i see #4796. I was fixated on torrents....

@pradyunsg
Copy link
Member

pradyunsg commented Jan 24, 2020

:)

See also #3128! Also, thanks for filing the issue! ^.^

@pradyunsg pradyunsg removed the S: needs triage Issues/PRs that need to be triaged label Feb 21, 2020
@lock lock bot added the auto-locked Outdated issues that have been locked by automation label Mar 22, 2020
@lock lock bot locked as resolved and limited conversation to collaborators Mar 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants