-
Notifications
You must be signed in to change notification settings - Fork 3k
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
pip install
restarts download from scratch after "ReadTimeoutError"
#4822
Comments
Hi @pradyunsg, thanks for letting me know. |
Very @pradyunsg : kind of duplicate.... then in the duplicate you refer to this post ... but there is NO solution proposed. |
@MilkTeaD: the reference link was automatically added by Github because the issue was mentioned. It's normal to close duplicate issues in favor of keeping only one opened to track the problem. |
@MilkTeaD Hi!
Indeed. As a project, it's easier to redirect all users facing the same problem to subscribe to one issue and let all the discussions happen there. |
Duplicate of which issue? I've already wasted enough time trying to figure out whether pip even retries by default to dig up the issue i've recently commented on concerning this issue. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Description:
This issue really has to be taken seriously.
The next time I run
pip install
after encountering a "ReadTimeoutError" (due to internet connection issue),pip
doesn't resume package download from where it stopped, but rather it restarts from scratch - Such behavior is not acceptable for slow connections, as it wastes time ..What I've run:
First try
pip install PySide --user
Re-tried installing
pip install PySide --user
The text was updated successfully, but these errors were encountered: