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
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.
The text was updated successfully, but these errors were encountered:
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
Alternative Solutions
wget -c
, then install.Additional context
None at the moment.
The text was updated successfully, but these errors were encountered: